import { type SwitchBtnProps } from "./Switch";
export declare const FormSwitch: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<SwitchBtnProps, HTMLInputElement, boolean | null>>;
