import React from "react"; export declare const EmptyState: React.FC<{ title: string; message: string; height?: string; }>;