import { SkeletonListProps } from '../../types'; /** * SkeletonList - List skeleton loader * * A skeleton loader for list items with customizable count, item height, and spacing. * * @example * ```tsx * * * ``` */ export declare const SkeletonList: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=SkeletonList.d.ts.map