import { default as Choices } from 'choices.js'; import { AllSelectProps } from '../Select.interface'; export declare function useChoices({ name, disabled, multiple, options, placeholder, searchEnabled, customProperties, size, value, required, onChange }: AllSelectProps): { ref: import('react').MutableRefObject; choicesRef: import('react').MutableRefObject; }; export declare function ChoiceSelect(props: AllSelectProps): import("react/jsx-runtime").JSX.Element;