import { LabelFieldDefinition } from './LabelFieldDefinition.js'; interface TextField extends LabelFieldDefinition { } export type { TextField };