export declare const styles: { container: { justifyContent: "center"; }; thumb: { position: "absolute"; backgroundColor: string; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; }; }; export declare const defaultColors: { active: string; inactive: string; thumb: string; }; export declare const defaultSizes: { width: number; height: number; thumbSize: number; thumbMargin: number; };