import { IconDef } from '../../types';
declare const NoDataIllustration: () => IconDef;
export default NoDataIllustration;
