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