export interface ICaptchaProps { onChange?: (val: any) => void; siteKey: string; size?: 'compact' | 'normal' | 'invisible' | undefined; }