/// import { CoachmarkStepProps } from './type'; declare const CoachmarkStep: ({ activeIndex, items, lang, show, showDelay, timeout, hiddenTimeout, onChange, onFinish, onClose, }: CoachmarkStepProps) => JSX.Element; export default CoachmarkStep;