/** * Interface for properties inherited by child SheetHeaderElement. * This context is primarily for the closeable state. * * @public */ export interface ISheetInherited { /** * Inherited closeable state. */ closeable?: boolean; } /** * Context for Sheet -> SheetHeader inheritance. * * @public */ export declare const SHEET_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=SheetInheritanceContext.d.ts.map