import { SkeletonPageProps } from '../../types'; /** * SkeletonPage - Pre-built page loading skeleton * * A ready-to-use skeleton layout for full page loading states. * Displays a common page structure with header, navigation, and content sections. * * @example * ```tsx * * * * ``` */ export declare const SkeletonPage: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=SkeletonPage.d.ts.map