export declare class Resize {
    private static instance;
    private targets;
    static observe(target: Element | null, callback: ResizeObserverCallback): boolean;
    static unobserve(target: Element | null): boolean;
    private static getInstance;
}
