import { RefType } from "@hydrophobefireman/ui-lib"; export declare function useMutationObserver(current: HTMLElement, cb: MutationCallback, config?: { attributes: boolean; childList: boolean; subtree: boolean; }): void; export declare function useResizeObserver(target: RefType, cb: (rect: DOMRectReadOnly) => void): void;