import type { IThing } from '../shape'; import type { IDrawer } from './i-drawer'; export interface IThingDrawer extends IDrawer { }