export declare class PageHeader { header: string; sticky: boolean; type: 'opaque' | 'frosted'; render(): any; }