type Combined<A, B> = A & B;
export declare const withStaticProperties: <A extends Function, B>(component: A, staticProps: B) => Combined<A, B>;
export {};
//# sourceMappingURL=withStaticProperties.d.ts.map