import {IDraw} from 'cnchar-types/plugin/draw/common';
import {IPlugin} from 'cnchar-types/main/common';

declare const draw: IDraw & IPlugin;

export default draw;
