import { Props, ListItem } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onChange?: ((item: ListItem) => any) | undefined; }>, { color: string; background: string; borderColor: string; colorSelected: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;