import { BtwPercentage } from './btwPercentage'; import { FreeFieldGroup } from './freeFieldGroup'; export declare class Article { publicId: string; articleCode: string; ean: string; description: string; isEnabled: boolean; sellPrice: number | string; buyPrice: number | string; unit: string; modified: Date; created: Date; stockControl: boolean; groupedFreeFields: FreeFieldGroup[]; btwPercentage: BtwPercentage; childs: any[]; parents: any[]; error: string; [key: string]: any; } //# sourceMappingURL=article.d.ts.map