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