import { Data } from './types'; export declare class ThingField { identifier: string; label: string; type: Data; constructor(identifier: string, label: string, type: Data); }