import * as solid_js from 'solid-js'; import { ValidValue, ValueSegmentedButtonProps } from './value-segmented-button.cjs'; export { ButtonSegment, ButtonSegmentProps } from './value-segmented-button.cjs'; import '@solid-primitives/jsx-tokenizer'; declare const SegmentedButton: ((props: solid_js.ParentProps>) => solid_js.JSX.Element) & { custom: () => "Hello world!"; }; export { SegmentedButton };