import type { Middleware } from '@floating-ui/react'; import type { SelectPopupProps } from "./types.js"; export declare function sameWidthMiddleware(args: Pick): Middleware; export declare function getMiddlewares(args: Pick): Middleware[];