import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const QueueList: import("svelte").Component; type QueueList = ReturnType; export default QueueList; //# sourceMappingURL=queue-list.svelte.d.ts.map