import { WithDropDownProps } from './Checkbox.types'; /** * Checkbox with dropdown menu for additional options */ export default function WithDropDown({ defaultChecked, checked, onChange, isRequired, isDisabled, label, dropDownData, onDropDownCheckBoxClick, ...args }: WithDropDownProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WithDropDown.d.ts.map