interface PageShapeProps { className?: string; position: 'top' | 'bottom-left' | 'bottom-right' | 'header' | 'dark-top' | 'dark-bottom' | 'light-bottom' | 'light-top'; } export declare const PageShape: React.FC; export declare const Mask: ({ className }: { className?: string; }) => import("react/jsx-runtime").JSX.Element; export {};