import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { ListItemOptions } from './interface'; export declare const cardListProps: { readonly data: PropType; readonly options: PropType; readonly cols: { readonly type: PropType; readonly default: 3; }; readonly xGap: { readonly type: PropType; readonly default: 16; }; readonly yGap: { readonly type: PropType; readonly default: 16; }; readonly cardProps: PropType>; readonly gridProps: PropType>; readonly showDivider: { readonly type: BooleanConstructor; readonly default: true; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => any>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type CardListProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly options: PropType; readonly cols: { readonly type: PropType; readonly default: 3; }; readonly xGap: { readonly type: PropType; readonly default: 16; }; readonly yGap: { readonly type: PropType; readonly default: 16; }; readonly cardProps: PropType>; readonly gridProps: PropType>; readonly showDivider: { readonly type: BooleanConstructor; readonly default: true; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => any>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-border-color': string; '--u-border-radius': string; '--u-box-shadow': string; '--u-color-embedded': string; '--u-text-color': string; '--u-text-line-height': string; '--u-text-font-weight': string; '--u-text-font-size': string; '--u-title-text-color': string; '--u-title-line-height': string; '--u-title-font-weight': string; '--u-title-font-size': string; '--u-divider-color': string; '--u-dropdown-bg-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; items: import("vue").ComputedRef; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly options: PropType; readonly cols: { readonly type: PropType; readonly default: 3; }; readonly xGap: { readonly type: PropType; readonly default: 16; }; readonly yGap: { readonly type: PropType; readonly default: 16; }; readonly cardProps: PropType>; readonly gridProps: PropType>; readonly showDivider: { readonly type: BooleanConstructor; readonly default: true; }; readonly renderDivider: PropType<({ index, count, direction }: { index: number; count: number; direction: "horizontal" | "vertical"; }) => any>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { readonly cols: string | number; readonly showDivider: boolean; readonly xGap: string | number; readonly yGap: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;