import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';

declare const label: (props?: ({
    fullWidth?: boolean | null | undefined;
    inline?: boolean | null | undefined;
    isDisabled?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type LabelTheme = typeof label;

export { LabelTheme, label };
