import React from 'react';
interface EmptyStateProps {
    title: string;
}
declare const EmptyState: React.FC<EmptyStateProps>;
export default EmptyState;
