import { ButtonProps } from '../Button.models'; import * as React from 'react'; /** * Need to add the following prop: * fullWidth?: boolean // Optionally make the button expand to the width of its parent container */ export declare function ButtonWrapperLegacy({ as, className, styleType, disabled, tooltip, confirmation, popoverProps, routerComponent, destructive, qaTestId, ...rest }: ButtonProps): React.JSX.Element;