import * as React from "react";
export declare const ActionButton: (props: {
    action: string | (() => void);
    icon: string;
    classCss?: string | {
        [key: string]: any;
    };
}) => React.JSX.Element;
