import { FC } from "react"; import "./style.scss"; import { ModalWrapperProps } from ".."; /** Modal window wrapper component */ declare const ModalWrapper: FC; export default ModalWrapper; //# sourceMappingURL=index.d.ts.map