import * as React from 'react'; import { IRowOptionsProps } from './RowOptions.types'; declare const RowOptions: React.FC; export default RowOptions;