/** * Interface for properties inherited by child DialogHeaderElement. * Note: DialogElement does not have header/subHeader properties like DrawerElement. * This context is primarily for the closeable state. * * @public */ export interface IDialogInherited { /** * Inherited closeable state. */ closeable?: boolean; } /** * Context for Dialog → DialogHeader inheritance. * * @public */ export declare const DIALOG_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=DialogInheritanceContext.d.ts.map