import { default as React } from 'react';
interface GridEmptyStateProps {
    title?: string;
    description?: string;
    icon?: React.ReactNode;
    className?: string;
}
export declare function GridEmptyState({ title, description, icon, className, }: GridEmptyStateProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=grid-empty-state.d.ts.map