import type { EmptyStateProps } from './EmptyState.js'; export declare const EmptyStateWrapper: (props: EmptyStateProps & import("react").RefAttributes) => React.ReactElement | null;