import React from "react"; import { HandleScrollTypes, ModalType } from "./types"; import { ThemeTypes } from "../theme/types"; export declare const CancelIcon: ({ height, width, }: { height?: string | undefined; width?: string | undefined; }) => JSX.Element; declare const Modal: React.ForwardRefExoticComponent>; export default Modal;