import { WithStackSynchronyzer } from './OverlayStackSynchronizer.types'; /** * HOC-decorator for syncing the overlay with glass. * * Tracks the state of the overlay and adds/deletes / changes overlay data from the stack. */ export declare const withOverlayStackSynchronyzer: WithStackSynchronyzer;