import { FormCheckProps } from "./FormCheck"; import { BsPrefixRefForwardingComponent } from "./helpers"; declare type SwitchProps = Omit; declare const _default: BsPrefixRefForwardingComponent & { Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>; Label: (p: import("./FormCheckLabel").FormCheckLabelProps) => import("solid-js").JSX.Element; }, SwitchProps> & { Input: BsPrefixRefForwardingComponent<"input", import("./FormCheckInput").FormCheckInputProps>; Label: (p: import("./FormCheckLabel").FormCheckLabelProps) => import("solid-js").JSX.Element; }; export default _default;