import { TypeDataSource, TypeDataGridProps } from '../types.js'; import * as React from "react"; export declare function t(i18n: TypeDataGridProps["i18n"], key: string, fallback: string): React.ReactNode; export declare function coerceUserSelect(v: TypeDataGridProps["columnUserSelect"]): "none" | "text"; export declare function isRemoteDataSource(ds: TypeDataSource): boolean; export declare function clamp(n: number, min: number, max: number): number; export declare function estimateAutoWidth(args: { header?: string; values: any[]; }): number; //# sourceMappingURL=helpers.d.ts.map