import type { IconProps } from "./types"; export declare const ActionOnIcon: (props: IconProps) => JSX.Element;