import type { ExtractPropTypes } from 'vue';
export declare const Props: {
    readonly background: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly color: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
};
export declare type ListItemPropsType = ExtractPropTypes<typeof Props>;
