import Shape from './Shape'; export default class Dot extends Shape { type: number; constructor(item: any, index: number, base: any); }