export declare const knobStyles: { knob: { position: "relative"; alignItems: "center"; justifyContent: "center"; }; container: { position: "relative"; alignItems: "center"; justifyContent: "center"; }; thumb: { position: "absolute"; left: "50%"; top: "50%"; }; fillLayer: { position: "absolute"; }; ringBase: { position: "absolute"; }; ringSvg: { position: "absolute"; }; pointerLayer: { position: "absolute"; left: number; top: number; }; markDot: { position: "absolute"; }; markLabelContainer: { position: "absolute"; alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; }; markLabelText: { textAlign: "center"; includeFontPadding: false; }; valueLabelContainer: { flexDirection: "row"; alignItems: "center"; justifyContent: "center"; pointerEvents: "none"; }; valueLabelSecondaryContainer: { opacity: number; }; valueLabelText: { textAlign: "center"; }; valueLabelSecondaryText: { textAlign: "center"; }; valueLabelAffix: { marginHorizontal: number; }; valueLabelStackVertical: { alignItems: "center"; }; valueLabelStackHorizontal: { flexDirection: "row"; alignItems: "center"; justifyContent: "center"; }; tickDot: { position: "absolute"; }; tickLineSvg: { position: "absolute"; }; tickIcon: { position: "absolute"; }; tickCustom: { position: "absolute"; }; tickLabelContainer: { position: "absolute"; alignItems: "center"; justifyContent: "center"; paddingHorizontal: number; }; tickLabelText: { textAlign: "center"; includeFontPadding: false; }; statusIconContainer: { alignItems: "center"; justifyContent: "center"; }; };