/// import { FTLCheckboxSelectorProps } from "../../"; export declare function FTLCheckboxSelector({ children, className, menuWidth, menuHeight, buttonIcon, toolbar, DraggableListProps, ...otherProps }: FTLCheckboxSelectorProps): JSX.Element;