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