import * as React from "react"; import { StyleProp, ViewStyle, NativeSyntheticEvent, TextInputSubmitEditingEventData } from "react-native"; import theme from "../styles/DefaultTheme"; declare type Props = { icon?: string; placeholder?: string; style?: StyleProp; theme: typeof theme; onChange: (text: string) => void; onSubmit?: (e: NativeSyntheticEvent) => void; value: string; }; 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: { icon: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; placeholder: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; onSubmit: { group: string; label: string; description: string; editable: boolean; required: boolean; formType: string; propType: string; defaultValue: null; }; fieldName: { defaultValue: string; group: string; label: string; description: string; formType: string; propType: string; valuePropName: string; handlerPropName: string; editable: boolean; required: boolean; }; }; layout: {}; }[];