import type { FieldCommonProps } from "../../form/index.js"; declare module "../../form/index.js" { interface ComponentProps { unknownNativeFileField: FieldCommonProps; } interface ComponentBindings { unknownNativeFileField: "value"; } } import './native-file.svelte'; declare const UnknownNativeFile: import("svelte").Component, {}, "value">; type UnknownNativeFile = ReturnType; export default UnknownNativeFile;