/** * Interface for properties inherited by child TabItemElements. * * @public */ export interface ITabInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Tab → TabItem inheritance. * * @public */ export declare const TAB_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=TabInheritanceContext.d.ts.map