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