import { FormField } from './formField'; export declare function FormDeco(formField: FormField): (target: any, key: string) => void; export declare function SectionForm(sct: string): (target: any, key: string) => void;