interface EmptyStateProps { onClear: () => void; } export declare const EmptyState: ({ onClear }: EmptyStateProps) => JSX.Element; export {};