import type { IconProps } from "./types"; export declare const ImportIcon: (props: IconProps) => JSX.Element;