export declare const createStyle: (theme: DiceUI.Theme) => { leftArrow: { color: string; height: number; justifyContent: "center"; marginRight: number; minWidth: number; }; leftText: { color: string; fontSize: number; }; leftWrapper: { alignItems: "center"; bottom: number; flexDirection: "row"; left: number; marginHorizontal: number; position: "absolute"; top: number; zIndex: number; }; rightText: { color: string; fontSize: number; }; rightWrapper: { alignItems: "center"; bottom: number; flexDirection: "row"; marginHorizontal: number; position: "absolute"; right: number; top: number; zIndex: number; }; titleText: { color: string; fontSize: number; textAlign: "center"; }; wrapper: { backgroundColor: string; height: number; justifyContent: "center"; position: "relative"; }; };