import { Base, Id } from '../utils'; export declare class InquiryCustomerInfoTemplate extends Base { key: string; type: string; required: boolean; enabled: boolean; ranking: number; creatorId: Id; constructor(props?: InquiryCustomerInfoTemplate); }