export declare const reactTutorial: {
    name: string;
    type: string;
    content: string;
};
