import React from 'react'; import { CoachmarkProps } from './type'; export type { CoachmarkProps }; declare const Coachmark: React.ForwardRefExoticComponent & React.RefAttributes>; export default Coachmark;