import React from 'react';
import { IModalStandAlone } from './types/modal';
export declare const ModalStandAlone: React.ForwardRefExoticComponent<IModalStandAlone & React.RefAttributes<HTMLDivElement>>;
