import Vue from 'vue';

export declare class p5Tooltip extends Vue {
	// 展示位置 可选值 top top-left top-right right right-top right-bottom bottom bottom-left bottom-right left left-top left-bottom
	position: string
}
