import * as asyncList from '@zag-js/async-list'; export interface UseAsyncListProps extends asyncList.Props { } export interface UseAsyncListReturn extends asyncList.Api { } export declare function useAsyncList(props: UseAsyncListProps): UseAsyncListReturn;