import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { ListItemVariantProps } from './list.themes'; export declare const List: DefineComponent; }; color: { type: PropType< ListItemVariantProps["color"]>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ variant: { type: PropType< ListItemVariantProps["variant"]>; }; color: { type: PropType< ListItemVariantProps["color"]>; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;