import type { IconProps } from './icon.context.js'; declare const TableIcon: import("svelte").Component; type TableIcon = ReturnType; export default TableIcon;