declare const _default: { fullScreen: { width: "100%"; height: "100%"; position: "absolute"; top: number; left: number; alignItems: "center"; justifyContent: "center"; zIndex: number; backgroundColor: string; }; shadow: { width: number; height: number; borderRadius: number; borderColor: string; elevation: number; alignItems: "center"; justifyContent: "center"; }; container: { backgroundColor: string; width: "100%"; height: "100%"; borderRadius: number; alignItems: "center"; justifyContent: "center"; }; }; export default _default;