/// import { CoachmarkSimpleProps, CoachmarkSimpleTargetRect } from './type'; export type { CoachmarkSimpleProps, CoachmarkSimpleTargetRect }; declare const CoachmarkSimple: ({ title, children, className, container, description, show, selector, lang, offsets, placement, zIndex, footer, width: coachmarkWidth, timeout, hiddenTimeout, onClose, onAnimationEnd, ...otherProps }: CoachmarkSimpleProps) => JSX.Element; export default CoachmarkSimple;