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