export declare const luckyWheelStyles: Readonly<{ container: { justifyContent: "center"; alignItems: "center"; zIndex: number; }; wheel: { justifyContent: "center"; alignItems: "center"; }; circle: { position: "absolute"; backgroundColor: string; borderColor: string; borderWidth: number; opacity: number; }; knob: { justifyContent: "flex-end"; zIndex: number; }; text: { fontSize: number; fontWeight: "bold"; color: string; }; }>; //# sourceMappingURL=styles.d.ts.map