import React from "react"; declare const Checkbox: React.ForwardRefExoticComponent & { label?: string | JSX.Element | undefined; ariaLabel?: string | undefined; bgColor?: string | undefined; className?: string | undefined; indeterminate?: boolean | undefined; } & React.RefAttributes>; export default Checkbox; //# sourceMappingURL=Checkbox.d.ts.map