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

declare const NotStarted: ReactIconComponentType;
export default NotStarted;
            