/** * Interface for properties inherited by child DrawerHeaderElement. * * @public */ export interface IDrawerInherited { /** * Inherited header text. */ header?: string; /** * Inherited sub-header text. */ subHeader?: string; /** * Inherited closeable state. */ closeable?: boolean; } /** * Context for Drawer → DrawerHeader inheritance. * * @public */ export declare const DRAWER_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=DrawerInheritanceContext.d.ts.map