import * as React from 'react'; import { SVGProps } from '../../../components/accessible-svg/AccessibleSVG'; declare const RefreshIcon: ({ className, height, width }: SVGProps) => React.JSX.Element; export default RefreshIcon;