import { TextPropsWithRef } from '../Text'; export type LabelProps = Omit; declare function Label(props: LabelProps): import("react/jsx-runtime").JSX.Element; export default Label;