export declare class SgdsMasthead { sgCrest: string; /** for full width masthead, add attribute `fluid` */ fluid: boolean; isOpen: boolean; handleCloseClick(): void; render(): any; }