import * as React from 'react';
export interface LabelProps {
    children: React.ReactNode;
}
export declare const Label: React.FC<LabelProps>;
