import * as React from "react";
import { View, ViewProps } from "react-native";
/** Props for the `ThumbX` component. */
type ThumbXProps = ViewProps & {
  ref?: React.Ref<View>;
};
/** Horizontal thumb component. */
export { type ThumbXProps };
//# sourceMappingURL=x.d.ts.map