import { RadioGroup as FASTRadioGroup } from '@microsoft/fast-foundation'; /** * @tagname %%prefix%%-segmented-control */ export declare class SegmentedControl extends FASTRadioGroup { protected valueChanged(): void; } export declare const foundationSegmentedControlShadowOptions: ShadowRootInit; export declare const defaultSegmentedControlConfig: {}; /** * The Foundation Segmented Control * * @public * @remarks * HTML Element: \ */ export declare const foundationSegmentedControl: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition) => import("@microsoft/fast-foundation").FoundationElementRegistry; //# sourceMappingURL=segmented-control.d.ts.map