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