import { FC } from 'react';
import { CheckboxProps as TCheckboxProps } from '@tarojs/components';
import { TaroCheckboxProps } from "../../types";
export declare const Checkbox: FC<Partial<TaroCheckboxProps & Pick<TCheckboxProps, 'nativeProps' | 'ariaLabel'>>>;
