declare module JSX { interface IntrinsicElements { 'ck-icon-qualification-two': { color?: string width?: string height?: string slot?: string ref?: any style?: any class?: string className?: string } } }