import React from 'react'; import type { ActionIconPolyType, ActionIconProps, ActionIconRef } from './ActionIcon.types'; declare function ActionIconInner(props: ActionIconProps, ref: ActionIconRef): React.JSX.Element; export declare const ActionIcon: (props: ActionIconProps) => ReturnType; export {};