import { GemElement } from '@mantou/gem'; declare const sides: readonly ["top", "right", "bottom", "left"]; export declare type HoverWindowPosition = typeof sides[number] | 'center' | 'header'; export declare class GemPanelMaskElement extends GemElement { render: () => import("@mantou/gem").TemplateResult; } export {}; //# sourceMappingURL=window-mask.d.ts.map