import type { FieldCommonProps } from "../fields.js"; declare module "../components.js" { interface ComponentProps { booleanSelectField: FieldCommonProps; } interface ComponentBindings { booleanSelectField: "value"; } }