import React from 'react'; import type { ActionBarIconProps } from './type'; declare const ActionBarIcon: React.FC; export default ActionBarIcon;