export declare enum EVENT {
    BEFORE_CLOSE = "BEFORE_CLOSE"
}
export declare function containerTemplate({ uid, frame, prerenderFrame, doc, props, event, dimensions: { width, height } }: Record<any, any>): HTMLElement | undefined;
