import { Meta } from '@storybook/react-vite'; import { Story } from './skeleton.stories'; declare const meta: Meta; export default meta; /** * QA story showing all variants of the Skeleton component. */ export declare const AllVariants: Story; /** * QA story showing all animation types. */ export declare const AllAnimations: Story; /** * QA story showing a complex composition example. */ export declare const ComplexComposition: Story; /** * QA story showing custom sizing with number and percentage values. */ export declare const CustomSizing: Story; /** * QA story showing polymorphic rendering with the `as` prop. * A span (inline) vs the default div (block) should produce different layouts. */ export declare const PolymorphicRendering: Story;