export declare const styles: { container: { backgroundColor: string; position: "absolute"; top: number; right: number; bottom: number; left: number; justifyContent: "center"; alignItems: "center"; }; icon: { marginBottom: number; }; text: { backgroundColor: string; color: string; }; };