import { FunctionComponent } from 'react';
import { CommonButtonProps } from './Button';
/**
 * @deprecated use Button with `component="span"` instead
 * @param props
 */
export declare const InertButton: FunctionComponent<CommonButtonProps>;
