/** wrapper for memo that works with generic components. */ export declare const typedMemo: (c: T) => T; //# sourceMappingURL=typedMemo.d.ts.map