import { InjectionKey, Ref } from 'vue'; export type ListStyle = 'disc' | 'circle' | 'square' | 'auto'; export declare const listStyleInjection: InjectionKey>;