type $$ComponentProps = { sortable?: boolean; striped?: boolean; hoverable?: boolean; compact?: boolean; stickyHeader?: boolean; }; declare const DataTableStory: import("svelte").Component<$$ComponentProps, {}, "">; type DataTableStory = ReturnType; export default DataTableStory;