import type { FunctionComponent } from 'react';
import { type CommonButtonProps } from './Button';
export declare const InertButton: FunctionComponent<CommonButtonProps>;
