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

export { type ContainerProps };
//# sourceMappingURL=index.d.ts.map