/// import { IIconProps } from 'types'; declare const RefreshSvg: (props: IIconProps) => JSX.Element; export default RefreshSvg;