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