export function Modal({ open, onClose, title, children, size }: { open: any; onClose: any; title: any; children: any; size?: string; }): any;