import { FieldConfigMetadata, LabelDecorator, StudioComponent, StudioComponentChild, ComponentMetadata } from '@aws-amplify/codegen-ui'; import { JsxAttributeLike, JsxChild, JsxElement } from 'typescript'; export declare const buildStorageManagerProcessFileVariableStatement: () => import("typescript").VariableStatement; export declare const renderStorageFieldComponent: (component: StudioComponent | StudioComponentChild, componentMetadata: ComponentMetadata, fieldLabel: string, fieldConfigs: Record, labelDecorator?: LabelDecorator | undefined, isRequired?: boolean | undefined) => JsxElement; export declare const renderFieldWrapper: (attributes: JsxAttributeLike[], storageManagerComponent: JsxChild) => JsxElement;