import type { QItemProps } from 'quasar'; export interface LItemProps extends QItemProps { label?: string; name?: string; top?: boolean; labelTop?: boolean; alignItems?: 'flex-start' | 'center' | 'flex-end' | 'stretch'; } declare var __VLS_14: {}, __VLS_34: {}, __VLS_42: {}; type __VLS_Slots = {} & { avatar?: (props: typeof __VLS_14) => any; } & { default?: (props: typeof __VLS_34) => any; } & { end?: (props: typeof __VLS_42) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { top: boolean; alignItems: "flex-start" | "center" | "flex-end" | "stretch"; labelTop: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };