declare module 'virtual:@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { JSX } from 'preact'

  const component: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element
  export default component
}
declare module '@kanton-basel-stadt/designsystem/icons/symbol/*' {
  import type { JSX } from 'preact'

  const component: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element
  export default component
}
