import * as React from 'react'; import { CheckboxProps } from '../../../../Form'; export type MarkdownCheckboxProps = Pick & { label: string; }; export declare const MarkdownCheckbox: React.FC;