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