import { Hanko } from '@teamhanko/hanko-elements';
/**
 * This composable returns a Hanko instance.
 *
 * It will be `null` on the server but defined on the client.
 */
export declare function useHanko(): Hanko | null;
