import { WithStyle } from '@medly-components/utils'; import { FC } from 'react'; import { RowActionProps } from './types'; export declare const RowActionsCell: FC & WithStyle;