import type { PropType, VNode } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; declare const cardListItemProps: { readonly title: StringConstructor; readonly subtitle: StringConstructor; readonly items: PropType>; readonly direction: { readonly type: PropType<"horizontal" | "vertical">; readonly default: "horizontal"; }; readonly dropdown: BooleanConstructor; readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => VNode>; }; export type CardListItemProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent>; readonly direction: { readonly type: PropType<"horizontal" | "vertical">; readonly default: "horizontal"; }; readonly dropdown: BooleanConstructor; readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => VNode>; }>, { mergedClsPrefix: import("vue").Ref; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; isOpen: import("vue").Ref; toggle: () => void; selfRef: import("vue").Ref; dropdownRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly direction: { readonly type: PropType<"horizontal" | "vertical">; readonly default: "horizontal"; }; readonly dropdown: BooleanConstructor; readonly embedded: { readonly type: BooleanConstructor; readonly default: false; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => VNode>; }>> & Readonly<{}>, { readonly embedded: boolean; readonly direction: "horizontal" | "vertical"; readonly dropdown: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;