export declare class CStatus { type?: 'info' | 'warning' | 'error' | 'success'; render(): any; }