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