declare const _default: { container: { position: "relative"; width: "100%"; }; scrollView: { flex: number; overflow: "hidden"; }; selectedIndicator: { backgroundColor: string; borderRadius: number; position: "absolute"; top: "50%"; width: "100%"; }; option: { alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; zIndex: number; }; overlay: { backgroundColor: string; left: number; pointerEvents: "none"; position: "absolute"; right: number; zIndex: number; }; }; export default _default; //# sourceMappingURL=index.styles.d.ts.map