import { ComponentType } from "react"; declare namespace MultiSelectScrollIntoView { interface Props { children?: never | undefined; } } declare const MultiSelectScrollIntoView: ComponentType; export default MultiSelectScrollIntoView;