@sheerid/jslib
    Preparing search index...

    Variable InputSelectButtonComponentConst

    InputSelectButtonComponent: ComponentClass<
        Pick<
            InputSelectButtonProps,
            | "disabled"
            | "isOpen"
            | "clearSelection"
            | "getToggleButtonProps"
            | "isClearable",
        >,
        any,
    > & {
        WrappedComponent: ComponentType<
            InputSelectButtonProps & InjectedIntlProps,
        >;
    } = ...