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