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