import { ReactIconComponentType } from '../types';

declare const Pending: ReactIconComponentType;
export default Pending;
            