export declare type TranslationProps = { readonly lib: any; readonly fName: string; }; export declare type MockLibProps = { key: string; };