export declare class SlFileStatus {
    caption: string;
    description: string;
    error: boolean;
    render(): any;
}
