import * as React from 'react'; declare function Label({ className, ref, ...props }: React.ComponentProps<'label'>): React.JSX.Element; type LabelProps = React.ComponentProps; export { Label, type LabelProps };