/// import { ComponentMeta, ComponentStory } from "@storybook/react"; declare const _default: ComponentMeta<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export default _default; export declare const Basic: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export declare const AllCaps: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export declare const Secondary: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export declare const Tertiary: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export declare const CustomFontColor: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>; export declare const CustomBackgroundColor: ComponentStory<({ allCaps, color, size, title, fontColor, backgroundColor }: import("../../components/Label").LabelProps) => JSX.Element>;