import { AtomStyle } from "web-atoms-core/dist/web/styles/AtomStyle"; import { AtomTheme } from "web-atoms-core/dist/web/styles/AtomTheme"; import { IStyleDeclaration } from "web-atoms-core/dist/web/styles/IStyleDeclaration"; export default class AtomCalendarStyle extends AtomStyle { readonly theme: AtomTheme; readonly root: IStyleDeclaration; readonly typeStyle: IStyleDeclaration; readonly calendarContainer: IStyleDeclaration; }