export declare function attachPropertiesToComponent<C, P extends Record<string, any>>(component: C, properties: P): C & P;
