export declare const detectWrap: (container: HTMLElement) => {
    isWrap: boolean;
    wrapStage: number;
};
