declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik'

  const Component: FunctionComponent<QwikIntrinsicElements['svg']>
  export default Component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { FunctionComponent, QwikIntrinsicElements } from '@builder.io/qwik'

  const Component: FunctionComponent<QwikIntrinsicElements['svg']>
  export default Component
}
