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