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