import * as React from "react";
import { ScrollView, ScrollViewProps } from "react-native";
/** Props for the `ContentX` component. */
type ContentXProps = ScrollViewProps & {
  ref?: React.Ref<ScrollView>;
};
/**
 * Horizontal Content component.
 *
 * Use `ListX` for a list of items.
 */
export { type ContentXProps };
//# sourceMappingURL=x.d.ts.map