import React, { SVGProps } from 'react'; declare const LoadIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { LoadIcon };