import { StudioComponent, StudioComponentChild, FormMetadata, GenericDataSchema } from '@aws-amplify/codegen-ui'; import { JsxAttribute } from 'typescript'; import { DataApiKind } from '../../react-render-config'; export declare const addFormAttributes: (component: StudioComponent | StudioComponentChild, formMetadata: FormMetadata, dataSchema?: GenericDataSchema | undefined, dataApi?: DataApiKind | undefined) => JsxAttribute[];