type TypeFixedFullScreenProps = { content: HTMLElement | null; isHidden?: boolean; callback?: () => void; context?: HTMLElement | null; }; export declare const STYLES_MODAL: string; export declare const createModal: ({ content, callback, isHidden, context, }: TypeFixedFullScreenProps) => { element: HTMLDivElement; styles: string; events: { show: () => void; hide: () => void; }; }; export {}; //# sourceMappingURL=modal.d.ts.map