import { type InputComponent, type InputProps } from "../../"; export declare const SwitchUI: InputComponent; type Props = InputProps & { caption?: string; }; export {};