export declare const Style: { optionTextStyle: { textAlign: "center"; padding: number; width: string; }; changeDialogContainer: { height: string; width: string; alignItems: "center"; justifyContent: "center"; backgroundColor: string; }; changeDialogView: { backgroundColor: string; width: string; padding: string; shadowColor: string; elevation: number; borderRadius: number; shadowOffset: { height: number; width: number; }; }; changeDialogTitle: { alignSelf: "center"; fontWeight: "700"; fontSize: number; }; };