import { ModalProps } from './interfaces'; export { ModalProps }; export default function Modal({ size, closeAriaLabel, ...props }: ModalProps): JSX.Element; //# sourceMappingURL=index.d.ts.map