import React from 'react';
import type { ActionsItemProps } from './interface';
declare const Item: React.FC<ActionsItemProps>;
export default Item;
