import React, { ComponentType } from 'react'; import { ButtonProps, WithFillColorProps, WithActionProps } from '../../../types'; declare const _default: (WrappedComponent: React.ComponentType>>) => React.ComponentType>>; export default _default;