interface GridErrorStateProps {
    error: string;
    title?: string;
    onRetry?: () => void;
    className?: string;
}
export declare function GridErrorState({ error, title, onRetry, className, }: GridErrorStateProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=grid-error-state.d.ts.map