import { IconProps } from './IconTypes';
import * as React from 'react';
export declare const LoaderIcon: React.FC<IconProps>;
