/**
 * @author @Patreon/fe-core
 **/
import React from 'react';
import type { SegmentedControlProps } from './types';
export declare const SegmentedControl: ({ segments, fluidWidth, onClick, selectedIndex, size, }: SegmentedControlProps) => React.JSX.Element;
