type $$ComponentProps = { empty?: boolean; loading?: boolean; }; declare const DataListPageStory: import("svelte").Component<$$ComponentProps, {}, "">; type DataListPageStory = ReturnType; export default DataListPageStory;