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