import { type EditorHost, ShadowlessElement } from '@blocksuite/block-std'; export declare const AFFINE_FRAME_PANEL = "affine-frame-panel"; declare const FramePanel_base: typeof ShadowlessElement & import("@blocksuite/global/utils").Constructor; export declare class FramePanel extends FramePanel_base { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; accessor fitPadding: number[]; accessor host: EditorHost; } declare global { interface HTMLElementTagNameMap { [AFFINE_FRAME_PANEL]: FramePanel; } } export {}; //# sourceMappingURL=frame-panel.d.ts.map