import { LitLikeElement, State, StateOptions } from "./types"; export declare const useState: (element: LitLikeElement, defaultValue: T, options?: StateOptions) => State; //# sourceMappingURL=state.d.ts.map