import type { SegmentedButtonProps } from './types.ts';
declare const SegmentedButton: import("svelte").Component<SegmentedButtonProps, {}, "element" | "group">;
type SegmentedButton = ReturnType<typeof SegmentedButton>;
export default SegmentedButton;
