import * as React from "react"; import { ViewProps, StyleProp, ViewStyle } from "react-native"; import themeT from "../styles/DefaultTheme"; declare type Props = { style?: StyleProp; theme: typeof themeT; } & ViewProps; declare const _default: React.ComponentType & { theme?: import("@draftbit/react-theme-provider").$DeepPartial | undefined; }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & React.FC, {}>; export default _default;