import * as React from "react"; import theme from "../styles/DefaultTheme"; import { ImageSourcePropType, StyleProp, ViewStyle } from "react-native"; declare type Props = { title?: string; image: string | ImageSourcePropType; subtitle?: string; multilineSubtitle?: boolean; icon: string; 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; export declare const SEED_DATA: ({ name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; image?: undefined; subtitle?: undefined; multilineSubtitle?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; image: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; subtitle?: undefined; multilineSubtitle?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; subtitle: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; value?: undefined; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; image?: undefined; multilineSubtitle?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; subtitle: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; value?: undefined; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; image: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; multilineSubtitle?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; subtitle: { label: string; description: string; formType: string; value: string; editable: boolean; defaultValue?: undefined; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; multilineSubtitle: { formType: string; defaultValue: boolean; editable: boolean; }; image?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; subtitle: { label: string; description: string; formType: string; value: string; editable: boolean; defaultValue?: undefined; }; icon: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; image: { label: string; description: string; formType: string; defaultValue: null; editable: boolean; }; multilineSubtitle: { formType: string; defaultValue: boolean; editable: boolean; }; }; layout: {}; })[];