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