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