import React from 'react'; import { WidgetProps } from '../../types/widget'; import { Static } from '@sinclair/typebox'; import { CORE_VERSION, CoreWidgetName } from '@sunmao-ui/shared'; declare const StringFieldWidgetOptions: import("@sinclair/typebox").TObject; paddingY: import("@sinclair/typebox").TOptional; isHiddenExpand: import("@sinclair/typebox").TOptional; }>>>; }>>>; }>>; declare type StringFieldType = `${typeof CORE_VERSION}/${CoreWidgetName.StringField}`; declare module '../../types/widget' { interface WidgetOptionsMap { 'core/v1/string': Static; } } export declare const StringField: React.FC>; declare const _default: { kind: string; impl: React.ComponentType>; version: string; metadata: { name: string; }; spec?: { options?: import("json-schema").JSONSchema7 | undefined; } | undefined; }; export default _default;