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