export declare function getContainer(): string; export declare function getType(): string; export declare function getTitle(type: string): "Success" | "Error" | "Warning"; export declare function getMessage(type: string): string;