import { PropGetter } from '@yamada-ui/core';
import { MotionProps } from '@yamada-ui/motion';

declare const useAutocompleteList: () => {
    getContainerProps: PropGetter<MotionProps, MotionProps>;
    getListProps: PropGetter<"div", undefined>;
};

export { useAutocompleteList };
