/** * Creates a reactive zoom state for a VisuallyJS UI * @group Hooks */ export declare function useZoom(): { readonly current: number; };