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