import { Async } from '@fluentui/utilities'; /** * Hook to provide an Async instance that is automatically cleaned up on dismount. */ export declare function useAsync(): Async;