interface Props { children?: import('svelte').Snippet; class?: string; as?: 'ul' | 'ol'; 'aria-label'?: string; 'aria-labelledby'?: string; } declare const List: import("svelte").Component; type List = ReturnType; export default List;