import type { SegmentedButtonProps } from './types.ts'; declare const SegmentedButton: import("svelte").Component; type SegmentedButton = ReturnType; export default SegmentedButton;