import type { Signal } from "@preact/signals-core";
export declare function useSignal<T>(signal: Signal<T>): T;
