export declare const useListItems: () => {
    listItems: import("vue").ComputedRef<any[]>;
};
