import { FC } from "react"; import "./style.scss"; import { SegmentedControlProps } from ".."; /** Pill-style option selector — a compact alternative to radio buttons or tabs */ declare const SegmentedControl: FC; export default SegmentedControl; //# sourceMappingURL=index.d.ts.map