import { Constructor } from '@rxap/utilities'; import { RxapAbstractControlOptions } from '../model'; export declare function UseFormArrayGroup(definition: Constructor, options?: RxapAbstractControlOptions): (target: any, propertyKey: string) => void; export declare function UseFormArrayControl(options?: RxapAbstractControlOptions): (target: any, propertyKey: string) => void;