import * as React from "react";
import { View, ViewProps } from "react-native";
/** Props for the `TrackY` component. */
type TrackYProps = ViewProps & {
  ref?: React.Ref<View>;
};
/** Vertical track component. */

export { type TrackYProps };
//# sourceMappingURL=y.d.ts.map