export default interface TestField {
    _attributes: {
        type: string;
        value: string;
    };
}
//# sourceMappingURL=TestField.d.ts.map