import React, { FC } from 'react'; import { AddRowsComponentProps } from '../types'; export declare const createAddRowsComponent: (translationKeys?: { button?: string; unit?: string; }) => FC; export declare const AddRows: React.FC; //# sourceMappingURL=AddRows.d.ts.map