import { JSX } from "solid-js"; import { BsPrefixOnlyProps } from "./helpers"; export interface FormRangeProps extends BsPrefixOnlyProps, Omit, "type"> { } declare const FormRange: (p: FormRangeProps) => JSX.Element; export default FormRange;