declare module 'virtual:icons/*' { import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik' const Component: FunctionComponent export default Component } declare module '~icons/*' { import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik' const Component: FunctionComponent export default Component }