export type ContentSwitcherSize = "sm" | "md" | "lg"; export type ContentSwitcherItem = { id?: string; value?: string; label: unknown; disabled?: boolean; }; export type ContentSwitcherProps = { items: ContentSwitcherItem[]; value?: string; activeId?: string; size?: ContentSwitcherSize; onchange?: (value: string) => void; class?: string; }; export declare const ContentSwitcher: import("vue").DefineComponent ContentSwitcherItem[]; required: true; }; value: { type: StringConstructor; default: undefined; }; activeId: { type: StringConstructor; default: undefined; }; size: { type: () => ContentSwitcherSize; default: string; }; onchange: { type: () => (value: string) => void; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly ContentSwitcherItem[]; required: true; }; value: { type: StringConstructor; default: undefined; }; activeId: { type: StringConstructor; default: undefined; }; size: { type: () => ContentSwitcherSize; default: string; }; onchange: { type: () => (value: string) => void; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; }>, { size: ContentSwitcherSize; class: string; value: string; activeId: string; onchange: (value: string) => void; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ContentSwitcher.d.ts.map