import { FunctionComponent } from 'react'; import { TranslationKey } from '@mangopay/checkout-sdk-elements-core'; export interface FailedStateProps { label?: TranslationKey | string; showFailedState?: boolean; } export declare const FailedState: FunctionComponent; export default FailedState;