import * as React from 'react';
import type { ICoachmarkProps } from './Coachmark.types';
export declare const Coachmark: React.FunctionComponent<ICoachmarkProps>;
