/// import { ActionButtonProps } from '../typings'; import './ActionButton.css'; declare function ActionButton({ value, disable, chipCount, isExpand, buttonClass, buttonContent, chipExpandView, callback, setIsExpand, setIsLoading, closeDropDown, setChipNoCount, }: ActionButtonProps): JSX.Element; export default ActionButton; //# sourceMappingURL=ActionButton.d.ts.map