import { ComponentProps, ForwardRefExoticComponent, RefAttributes } from 'react'; declare const Label: ForwardRefExoticComponent & { required?: boolean; } & RefAttributes>; export { Label };