import { AtomTabbedPageStyle } from "web-atoms-core/dist/web/styles/AtomTabbedPageStyle"; import { IStyleDeclaration } from "web-atoms-core/dist/web/styles/IStyleDeclaration"; export default class AppTabStyle extends AtomTabbedPageStyle { readonly root: IStyleDeclaration; readonly tabItem: IStyleDeclaration; readonly selectedTabItem: IStyleDeclaration; }