import React from "react"; import { CheckboxLabelProps } from "./types"; declare const CheckboxLabel: React.FC; export default CheckboxLabel;