import { SelectItem } from "primeng/api"; export declare class AttributeModel { displayText?: string; readonly?: boolean; name?: any; isRequired?: boolean; placeholder?: string; maxLength?: number; infoText?: string; buttonLabel?: string; isDisabled?: boolean; customButtonWidth?: string; isPrimary?: number; title?: string; customColumnWidth?: string; customHeight?: string; icon?: string; iconPosition?: 'left' | 'right'; customPadding?: string; dataSource?: string; listValueProperty?: string; listLabelProperty?: string; options?: SelectItem[]; childListName?: any; childListKey?: any; inputId?: string; allowFraction?: string; numberMode?: string; currency?: string; locale?: 'en-GB'; tooltip?: string; toolTipPosition?: string; hourFormat?: string; yearRange?: string; showCalenderIcon?: boolean; additionalFilterList?: string; additionalFilterKey?: string; lookupName?: any; textColorOnReadonly?: any; hideLabelOnForm?: boolean; disable?: boolean; filter?: boolean; }