declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { FunctionalComponent, SVGAttributes } from 'vue'

  const component: FunctionalComponent<SVGAttributes>
  export default component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { FunctionalComponent, SVGAttributes } from 'vue'

  const component: FunctionalComponent<SVGAttributes>
  export default component
}
