///
import { BoxProps } from '../Box';
export declare type LocalLabelProps = {
htmlFor?: string;
};
export declare type LabelProps = BoxProps & LocalLabelProps;
export declare const Label: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};