import { IProperty } from '../IProperty'; import Property from '../Property'; export default class ValueProperty extends Property { constructor(name: string, type: string, value: any, children: IProperty[], parent: IProperty); }