import { IStyleDeclaration } from "@web-atoms/core/dist/web/styles/IStyleDeclaration"; import AtomPageLinkStyle from "@web-atoms/core/dist/web/styles/AtomPageLinkStyle"; export declare class SharePageLinkStyle extends AtomPageLinkStyle { screen: import("@web-atoms/core/dist/core/IScreen").IScreen; get root(): IStyleDeclaration; get page(): IStyleDeclaration; }