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