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