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