export { default as Captcha } from './captcha';
export type { CaptchaProps, CaptchaCProps } from './props';
export type * from './hollow-paths';
export type { CaptchaType, CaptchaBeforeTest, CaptchaExposed, CaptchaSlots, CaptchaSliderSlots } from './symbol';
