import type { AriaCheckboxProps } from '@react-types/checkbox';
import { As, Options, Props } from '../../system';
import type { StyleProps } from '../../types';
export declare type CheckboxElement = 'label';
export declare type CheckboxOptions<T extends As = CheckboxElement> = AriaCheckboxProps & Options<T> & StyleProps;
export declare type CheckboxProps<T extends As = CheckboxElement> = Props<CheckboxOptions<T>>;
export declare const Checkbox: import("../../system").Component<CheckboxOptions<"label">>;
//# sourceMappingURL=Checkbox.d.ts.map