/// <reference types="react" />
import './GenericIconButton.css';
/**
 * IconButton UI component for user interaction
 */
export declare const GenericIconButton: ({ image }: any) => JSX.Element;
