import React from 'react'; import { ActionProps } from '../Action'; export declare function Remove(props: ActionProps): React.JSX.Element;