import React from "react"; import { StyleProp, ViewStyle } from "react-native"; import theme from "../styles/DefaultTheme"; declare type Props = { numColumns?: number; children?: React.ReactNode; onPress?: () => void; style?: StyleProp; theme: typeof theme; }; 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;