/** * @slot header - Display content at the top of the content page * @slot default - Main page content. */ export declare class Content { hostElement: HTMLIxContentElement; isContentHeaderSlotted: boolean; get contentHeaderSlot(): HTMLSlotElement; render(): any; }