import { ListItemProps } from "./types.js"; //#region src/components/list/list-item.vue.d.ts declare var __VLS_8: {}, __VLS_22: {}, __VLS_30: {}, __VLS_32: {}, __VLS_34: {}; type __VLS_Slots = {} & { leading?: (props: typeof __VLS_8) => any; } & { title?: (props: typeof __VLS_22) => any; } & { description?: (props: typeof __VLS_30) => any; } & { default?: (props: typeof __VLS_32) => any; } & { trailing?: (props: typeof __VLS_34) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };