import { type FC } from "react"; import type VibeComponentProps from "../../../types/VibeComponentProps"; export type SliderBaseProps = VibeComponentProps; declare const SliderBase: FC; export default SliderBase;