/** * Copyright © 2024 650 Industries. * Copyright (c) Nicolas Gallagher. * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * see: https://github.com/necolas/react-native-web */ import React from 'react'; import type { CheckboxEvent } from './Checkbox.types'; declare const ExpoCheckbox: React.ForwardRefExoticComponent | React.SyntheticEvent) => void; onValueChange?: (value: boolean) => void; } & React.RefAttributes>; export default ExpoCheckbox; export declare const name = "ExpoCheckbox"; //# sourceMappingURL=ExpoCheckbox.web.d.ts.map