import { FormControlModel } from '../../risk-distribution/config/risk-distribution-form-controls.config'; export declare const DESCRIPTION_CONTROLS: FormControlModel[]; export declare const EDIT_DESCRIPTION_CONTROLS: { key: string; label: string; controlType: string; position: number; }[];