import { Mask } from "./mask"; import { Option } from "./option"; export declare class ObjectAddress { type: string; classCol: string; label: string; placeholder: string; messageError: string; controlForm: any; optionsSelect?: Array