/**
* A floating-ui middleware that closes the popover when it is out of the viewport.
*/exportdeclarefunctioncloseWhenOutOfViewport(options?: {
readonly padding?: number;
}): import('@floating-ui/dom').Middleware;
//# sourceMappingURL=closeWhenOutOfViewport.d.ts.map