import { AtomWindowStyle } from "@web-atoms/core/dist/web/styles/AtomWindowStyle"; import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration"; export default class PublishStyle extends AtomWindowStyle { get content(): IStyleDeclaration; get storeButton(): IStyleDeclaration; }