/// import type { IconType } from "./Icon/types"; declare function Import(props: IconType): JSX.Element; export default Import;