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