import { LabelDecorator, StudioComponentProperty } from '@aws-amplify/codegen-ui/lib/types'; /** City {\\" \\"} - optional */ export declare const getDecoratedLabel: (attribute: string, value: string, labelDecorator: LabelDecorator) => import("typescript").JsxAttribute; export declare const getIsRequiredValue: (isRequiredProperty: StudioComponentProperty) => boolean;