import { Icon } from './icon'; export type { IconConnotation } from './icon'; export declare const registerIcon: (prefix?: string) => void; export { Icon as VwcIconElement };