export default makeActionComponent;
declare function makeActionComponent(label: any, icon: any, { className }?: {
    className: any;
}): React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
