import { FC } from 'react'; import type { TCanvas, TGestureControl } from '../../types'; export type IDrawControl = TGestureControl & TCanvas; declare const DrawControl: FC; export default DrawControl; //# sourceMappingURL=draw-control.d.ts.map