export type { FormattedTextFieldProps } from '@shopify/retail-ui-extensions'; export declare const FormattedTextField: "FormattedTextField" & { readonly type?: "FormattedTextField" | undefined; readonly props?: import("@shopify/retail-ui-extensions/src").FormattedTextFieldProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=FormattedTextField.d.ts.map