import { ComponentInstance } from '0g'; export interface ComponentFieldProps { store: ComponentInstance; name: string; }