import Property from './Property';
export default interface Properties {
    property: Property[];
}
//# sourceMappingURL=Properties.d.ts.map