import { ModalProps } from './interfaces'; export { ModalProps }; export default function Modal({ size, position, width, height, ...props }: ModalProps): JSX.Element;