import React from 'react'; declare function RowTemplates({ addRow }: { addRow: (row: any) => void; }): React.JSX.Element; export { RowTemplates };