export declare const inputClasses = "bg-background dark:bg-muted placeholder:text-muted-foreground flex h-10 w-full rounded-lg px-3 py-2 text-sm file:bg-transparent file:text-sm file:font-medium ring ring-muted-foreground/20 disabled:cursor-not-allowed disabled:opacity-50 inset-shadow-xs inset-shadow-muted-foreground/5 shadow-sm"; import type { HTMLInputAttributes } from "svelte/elements"; import type { WithElementRef } from "bits-ui"; declare const Input: import("svelte").Component, {}, "ref" | "value">; type Input = ReturnType; export default Input;