import { classNames } from "@calcom/lib"; export function Label(props: JSX.IntrinsicElements["label"]) { const { className, ...restProps } = props; return ( ); }