import type { Error, Option } from '../index'; declare const Simple: import("svelte").Component<{ big?: boolean; value?: string | number | boolean; label?: string; icon?: string; required?: boolean; errors?: Error[]; field?: string | null; options?: Option[]; }, {}, "value">; export default Simple;