import * as React from 'react';
import type { Isvg } from '../../Svg';
declare const EmptyListIllustration: ({ ...props }: Isvg) => React.JSX.Element;
export default EmptyListIllustration;
