import { InputInternalProps } from '../types'; type LabelProps = Pick; export declare const Label: React.FC; export {};