import { FC } from 'react'; import { TwoStateButtonProps } from '../Button.types'; export declare const TwoStateButton: FC;