import type { StoryObj } from '@storybook/react'; import Loader from './Loader'; declare const meta: { title: string; component: typeof Loader; tags: string[]; parameters: { layout: string; }; args: { className: string; }; argTypes: { size: { options: string[]; control: { type: "select"; }; table: { defaultValue: { summary: string; }; type: { summary: string; }; }; description: string; }; className: { table: { defaultValue: { summary: string; }; type: { summary: string; }; }; description: string; }; }; }; export default meta; type StoryDefault = StoryObj; export declare const LoaderDefault: StoryDefault; //# sourceMappingURL=Loader.stories.d.ts.map