import { EventEmitterType } from 'belter'; import { FullscreenModalEnum } from '@/constants/FullscreenModal'; export declare const CLASS: { VISIBLE: string; INVISIBLE: string; }; export declare const containerTemplate: ({ uid, props, frame, prerenderFrame, doc, event, }: { uid: string; props: unknown & { cspNonce: string; type: FullscreenModalEnum; }; frame: HTMLElement; prerenderFrame: HTMLElement; doc: Document; event: EventEmitterType; }) => HTMLElement;