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