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