import { FunctionComponent } from 'react';
import { FakeButtonProps } from '../../ui/buttons/Button';
/**
 * @deprecated use Button with `component="span"` instead
 * @param props
 */
export declare const FakeButton: FunctionComponent<Omit<FakeButtonProps, 'component'>>;
