import { Props } from './';
export declare function useWatch({ props, instance }: {
    props: Props;
    instance: T.TileLayer.WMS;
}): void;
