import * as Drawer from '.'; export * from './arc'; export * from './area'; export * from './circle'; export * from './curve'; export * from './ellipse'; export * from './image'; export * from './line'; export * from './path'; export * from './polygon'; export * from './rect'; export * from './text'; export declare const DrawerDict: { arc: typeof Drawer.drawArc; area: typeof Drawer.drawArea; circle: typeof Drawer.drawCircle; curve: typeof Drawer.drawCurve; ellipse: typeof Drawer.drawEllipse; image: typeof Drawer.drawImage; line: typeof Drawer.drawLine; path: typeof Drawer.drawPath; polygon: typeof Drawer.drawPolygon; rect: typeof Drawer.drawRect; text: typeof Drawer.drawText; };