declare const styles: { loding_mask: { backgroundColor: string; position: "absolute"; bottom: string; width: number; height: number; borderRadius: number; alignItems: "center"; justifyContent: "center"; alignSelf: "center"; zIndex: number; }; }; export default styles;