import ListItem from './ListItem.svelte'; declare const _default: { title: string; component: typeof ListItem; argTypes: { label: { control: string; }; icon: { control: string; }; rightIcon: { control: string; }; size: { control: string; options: string[]; }; color: { control: string; options: string[]; }; textColor: { control: string; }; }; }; export default _default; export declare const Base: (args: any) => { Component: typeof ListItem; props: any; };