export declare const getStackingContext: (el: Node) => {
    left: number;
    top: number;
    width: number;
    height: number;
};
