export declare function attachPropertiesToComponent<C, P extends Record<string, any>>(component: C, properties: P): C & P;
//# sourceMappingURL=attach-properties-to-component.d.ts.map