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