export declare class Case1 {
    static draw(): {
        content: string;
        title: string;
    };
}
//# sourceMappingURL=Case1.d.ts.map