import { Meta, StoryObj } from '@storybook/react-vite'; import { default as SkeletonLoader } from './SkeletonLoader'; declare const meta: Meta; export default meta; type Story = StoryObj; /** * Main Story for the SkeletonLoader component. This must contains the `args` * and `parameters` properties in this object. */ export declare const WithControls: Story; export declare const GridExample: Story; export declare const ListExample: Story; export declare const WithButtons: Story;