/// <reference types="react" />
import UpDrawing from './';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpDrawing;
};
export default _default;
export declare const General: () => JSX.Element;
