declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; args: { value: number; size: "sm"; variant: "primary"; isInButton: false; }; argTypes: { value: { control: { type: "number"; }; }; size: { control: { type: "select"; }; options: string[]; }; variant: { control: { type: "select"; }; options: string[]; }; isInButton: { control: "boolean"; description: string; }; }; }; export default meta; export declare const Default: { args: { value: number; variant: string; isInButton: boolean; }; }; //# sourceMappingURL=Counter.stories.d.ts.map