export declare const getRootDimensions: (containerNode: Window | HTMLElement) => {
    width: number;
    height: number;
};
