import { Constructor } from '@rxap/utilities'; /** * Links a component with a form definition * * @param component */ export declare function UseFormComponent(component: Constructor): (target: any) => void;