import { type CSSProperties, type ReactElement } from "react"; import { type InfixKind } from "./Slider.types"; export declare function useSliderInfixComponent(kind: InfixKind): [boolean, string[], ReactElement, CSSProperties];