import { SvelteComponentTyped} from 'svelte/internal'; import { Style } from '../../style'; import { Component } from '../../component'; interface ItemProps{ } /** * Vomantic List */ declare class Item extends SvelteComponentTyped { } export default Item;