import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const CommandLineIcon: import("svelte").Component<Props, {}, "">;
type CommandLineIcon = ReturnType<typeof CommandLineIcon>;
export default CommandLineIcon;
