import { Base } from './base'; export declare class CompanyMin extends Base { companyID?: string; companyName?: string; taxationIdentificationNumber?: string; ref?: string; constructor(data?: any | null); }