export interface DetailPageSkeletonProps { metadataColumns?: number; showImageGallery?: boolean; /** Render only the skeleton blocks, WITHOUT the self-contained page wrapper * — the caller supplies its own (e.g. ``) so the loading state * matches the loaded page's width, padding, and min-height. Default false * (self-contained `` at the hub article width). */ bare?: boolean; } export declare function DetailPageSkeleton({ metadataColumns, showImageGallery, bare }?: DetailPageSkeletonProps): import("react").JSX.Element; //# sourceMappingURL=detail-page-skeleton.d.ts.map