/// <reference types="react" />
import type { ActionIconProps } from './type';
declare const ActionIcon: import("react").NamedExoticComponent<ActionIconProps>;
export default ActionIcon;
