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