/// export declare const DataTableRow: import("react").ForwardRefExoticComponent<{ title: import("react").ReactNode; help?: import("react").ReactNode; loading?: boolean | undefined; highlight?: boolean | undefined; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "title" | "ref" | "loading" | "help" | "highlight"> & import("react").RefAttributes>; export declare const DataTable: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=DataTable.d.ts.map