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