import { LabelProps } from './types';
export declare const Label: (props: LabelProps) => any;
