export declare type PageProps = {
    title: string;
    coverImageSrc?: string;
    coverImagePosition?: number;
    icon?: string;
};
