import { Constructor } from '@rxap/utilities'; import { ControlValueAccessor } from '@angular/forms'; export declare function UseComponent(component: Constructor, setProperties?: Partial>): (target: any, propertyKey: string) => void;