export declare type Shape = 'rect' | 'circle' | 'image' | 'text';