import './ErrorRecovery.fx';
export declare const recoveredProps: Record<string, any> | null;
export declare type ErrorRecoveryProps = Record<string, any>;
export declare function setRecoveryProps(props: ErrorRecoveryProps): void;