import { IconType, ThemeType } from '..'; type __VLS_Props = { src?: string; showAvatar?: boolean; to?: string; href?: string; icon?: IconType; title?: string; subtitle?: string; flat?: boolean; disabled?: boolean; lead?: string; end?: string; iconEnd?: IconType; target?: '_blank' | '_self'; thin?: boolean; fullWidth?: boolean; ellipsis?: boolean; ripple?: boolean; /** Theme accent for the leading icon-chip and hover/active tint. Defaults to the surface's primary. e.g. `color="purple"`. */ color?: ThemeType; /** Card-style row: rounded, no divider, tinted hover. Use for standalone selectable lists (vs. the default flush divided rows in a panel). */ rounded?: boolean; /** Visually mark as selected (for non-router selection lists). */ active?: boolean; /** Render as an interactive row (cursor + hover) without needing a handler. Implied when `to`, `href`, or a `@click` listener is set. */ clickable?: boolean; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { start?(_: {}): any; media?(_: {}): any; lead?(_: {}): any; default?(_: {}): any; subtitle?(_: {}): any; end?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { ellipsis: boolean; ripple: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ListItem.vue.d.ts.map