import { AtomStyle } from "./AtomStyle"; import { AtomTheme } from "./AtomTheme"; import { IStyleDeclaration } from "./IStyleDeclaration"; export declare class AtomTabbedPageStyle extends AtomStyle { padding: number; readonly theme: AtomTheme; readonly root: IStyleDeclaration; readonly tabItem: IStyleDeclaration; readonly selectedTabItem: IStyleDeclaration; readonly closeButton: IStyleDeclaration; } //# sourceMappingURL=AtomTabbedPageStyle.d.ts.map