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