export declare const Success: (content: any) => void; export declare const Error: (content: any) => void; export declare const Start: (content: any) => void; export declare const Warn: (content: any) => void; export declare const success: (content: any) => string; export declare const error: (content: any) => string; export declare const primary: (content: any) => string; export declare const warn: (content: any) => string;