/// <reference types="react" />
export declare const ActionButton: (props: {
    action: string | (() => void);
    icon: string;
    classCss?: string | {
        [key: string]: any;
    } | undefined;
}) => JSX.Element;
