import React from 'react'; import { type IconsIconProps } from './types'; export declare function IconButtonImage(props: IconsIconProps): React.JSX.Element;