import { EmptyStateProps } from './emptyState.types'; export declare const EmptyState: ({ onActionClick, icon, actionText, text, ...props }: EmptyStateProps) => import("react/jsx-runtime").JSX.Element; export type { EmptyStateProps }; export default EmptyState;