import { default as Coachmark } from './Coachmark';
import { Props } from './Coachmark.types';
export type CoachmarkProps = Props;
export default Coachmark;
