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