/** * Skeleton components specifically for public pages * Provides realistic loading states that match the public page structure * * Performance optimizations: * - Uses SkeletonContainer for content-visibility optimization * - CSS containment isolates layout calculations * - Supports prefers-reduced-motion */ /** * Skeleton for hero section */ export declare function SkeletonHeroSection(): import("react/jsx-runtime").JSX.Element; /** * Skeleton for features section */ export declare function SkeletonFeaturesSection(): import("react/jsx-runtime").JSX.Element; /** * Complete skeleton for landing/home page */ export declare function SkeletonLandingPage(): import("react/jsx-runtime").JSX.Element; /** * Skeleton for support/contact page */ export declare function SkeletonSupportPage(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=skeleton-public.d.ts.map