type InputProps = { class?: string; label?: string; error?: any; variant?: "standard" | "outlined" | "filled" | "glass"; name?: string; value?: any; disableSignal?: boolean; type?: string; }; export declare const Input: import("@builder.io/qwik").Component; export {};