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