import { ButtonProps } from '@patternfly/react-core'; import { Location, LocationDescriptor, LocationState } from 'history'; import React from 'react'; export declare function AcmButton(props: ButtonProps & { tooltip?: string | React.ReactNode; to?: LocationDescriptor | ((location: Location) => LocationDescriptor); }): JSX.Element;