import Table from './Table.svelte'; interface Props { page?: number; } declare const Table: import("svelte").Component; type Table = ReturnType; export default Table; //# sourceMappingURL=Table.stories.svelte.d.ts.map