import { type BaseInputProps } from "./index";
export declare const FormInput: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<BaseInputProps, HTMLDivElement, string | null>>;
