export declare class ScInfoDialogComponent { data: { title: string; text: string; type: number; }; constructor(data: { title: string; text: string; type: number; }); } //# sourceMappingURL=sc-info-dialog.component.d.ts.map