import React from 'react'; import { EmptyStateProps } from './interface'; declare const EmptyState: React.FC; export default EmptyState;