import React from 'react'; import type { IControlSchema } from '../../../interface'; interface Props { controlSchema: IControlSchema; } export declare const Checkbox: React.FC; export {};