import * as React from "react"; import { PickerComponentProps } from "./PickerTypes"; declare type Props = { placeholder?: string; value: string; } & PickerComponentProps; 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: { type: { group: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; label: { 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; }; assistiveText: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; options: { group: string; label: string; description: string; editable: boolean; required: boolean; formType: string; propType: string; options: never[]; defaultValue: null; }; disabled: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: boolean; editable: boolean; required: boolean; }; error: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: boolean; editable: boolean; required: boolean; }; leftIconName: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; leftIconMode: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; options: string[]; editable: boolean; required: boolean; }; rightIconName: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; fieldName: { defaultValue: string; handlerPropName: string; group: string; label: string; description: string; formType: string; propType: string; valuePropName: string; editable: boolean; required: boolean; }; }; layout: {}; }[];