import type { EmptyStateProps } from "../types";
declare function EmptyState(props: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
export default EmptyState;
