export declare function EmptyStateFilter(props: {
    button?: string;
    clearAllFilters?: () => void;
    description?: string;
    title?: string;
}): import("react/jsx-runtime").JSX.Element;
