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