declare function useAttributeObserver(ref: React.RefObject, attributes: string | string[], fn: (v: MutationRecord) => void, enabled: boolean): void; export { useAttributeObserver };