export declare function EmptyStateError(props: {
    titleProp?: string;
    message?: string;
}): import("react/jsx-runtime").JSX.Element;
