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