export declare const styles: { INFO: { container: { backgroundColor: string; padding: number; }; message: { color: string; textAlign: "center"; }; }; ERROR: { container: { backgroundColor: string; padding: number; }; message: { color: string; textAlign: "center"; }; }; SUCCESS: { container: { backgroundColor: string; padding: number; }; message: { color: string; textAlign: "center"; }; }; DEBUG: { container: { backgroundColor: string; padding: number; }; message: { color: string; textAlign: "center"; }; }; };