export declare type PageModularProps = {
    headerExists?: boolean;
    footerExists?: boolean;
};
