import { Label as RadixLabel } from '@radix-ui/react-label'; import type { ComponentPropsWithoutRef } from 'react'; type LabelProps = ComponentPropsWithoutRef; export declare const Label: (props: LabelProps) => import("react/jsx-runtime").JSX.Element; export {};