import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export declare const AccordionRoot: DefineComponent; }; selectionMode: { type: PropType<"single" | "multiple">; default: string; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ defaultOpenIndex: { type: PropType; }; selectionMode: { type: PropType<"single" | "multiple">; default: string; }; }>> & Readonly<{}>, { selectionMode: "multiple" | "single"; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export declare const Accordion: DefineComponent; default: boolean; }; isManual: { type: PropType; default: boolean; }; index: { type: PropType; default: number; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ defaultIsOpen: { type: PropType; default: boolean; }; isManual: { type: PropType; default: boolean; }; index: { type: PropType; default: number; }; }>> & Readonly<{}>, { defaultIsOpen: boolean; isManual: boolean; index: number; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export declare const AccordionTrigger: DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export declare const AccordionPanel: DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;