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