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

declare const EmptyScreen: ReactIconComponentType;
export default EmptyScreen;
            