import React from 'react';
import { type OptionType, type SelectProps } from './types';
declare const CheckboxSelectInternal: <OptionT extends OptionType>({ components, ...props }: SelectProps<OptionT, true>) => React.JSX.Element;
export declare const CheckboxSelect: typeof CheckboxSelectInternal;
export {};
