import { Radio as FASTRadio } from '@microsoft/fast-components'; import type { RadioOptions } from '@microsoft/fast-foundation'; /** * @tagname %%prefix%%-segmented-item */ export declare class SegmentedItem extends FASTRadio { } export declare const foundationSegmentedItemShadowOptions: ShadowRootInit; export declare const defaultSegmentedItemConfig: {}; /** * The Foundation Segmented item * * @public * @remarks * HTML Element: \ */ export declare const foundationSegmentedItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition) => import("@microsoft/fast-foundation").FoundationElementRegistry>; //# sourceMappingURL=segmented-item.d.ts.map