export declare const style: { bottomCenter: { alignItems: "center"; justifyContent: "flex-end"; }; bottomLeft: { alignItems: "flex-start"; justifyContent: "flex-end"; }; bottomRight: { alignItems: "flex-end"; justifyContent: "flex-end"; }; center: { alignItems: "center"; justifyContent: "center"; }; centerLeft: { alignItems: "flex-start"; justifyContent: "center"; }; centerRight: { alignItems: "flex-end"; justifyContent: "center"; }; overlayContainer: { bottom: number; left: number; position: "absolute"; right: number; top: number; }; topCenter: { alignItems: "center"; justifyContent: "flex-start"; }; topLeft: { alignItems: "flex-start"; justifyContent: "flex-start"; }; topRight: { alignItems: "flex-end"; justifyContent: "flex-start"; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';