import React from "react"; import { ImageSourcePropType, StyleProp, ViewStyle } from "react-native"; import theme from "../styles/DefaultTheme"; declare type Props = { image?: string | ImageSourcePropType; title?: string; leftDescription?: string; rightDescription?: string; textCentered: boolean; icon?: string; rating: number; aspectRatio?: number; elevation?: number; numColumns?: number; theme: typeof theme; style?: StyleProp; onPress: () => void; }; 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; export declare const SEED_DATA: { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { numColumns: { label: string; description: string; group: string; formType: string; propType: string; defaultValue: number; editable: boolean; required: boolean; }; image: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; title: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; leftDescription: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; rightDescription: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; icon: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; aspectRatio: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: number; editable: boolean; required: boolean; }; rating: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: number; min: number; max: number; step: number; precision: number; editable: boolean; required: boolean; }; elevation: { defaultValue: any; label: string; description: string; formType: string; propType: string; options: number[]; editable: boolean; required: boolean; group: string; }; }; layout: {}; }[];