import { n as Scope, t as ICreateScope } from "./create-context-CKMcRGBM.js"; import { t as IPopper } from "./popper.types-CP7uTU5T.js"; import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/popper/popper.d.ts declare const SIDE_OPTIONS: readonly ["top", "right", "bottom", "left"]; declare const ALIGN_OPTIONS: readonly ["start", "center", "end"]; declare const createPopperContext: (rootComponentName: string, defaultContext?: ContextValueType) => readonly [React$1.FC; children: React$1.ReactNode; }>, (consumerName: string, scope: Scope) => ContextValueType], createPopperScope: ICreateScope; declare const PopperProvider: React$1.FC; children: React$1.ReactNode; }>, usePopperContext: (consumerName: string, scope: Scope) => IPopper.IContext; declare function Popper(props: IPopper.IScoped): react_jsx_runtime0.JSX.Element; declare namespace Popper { var displayName: string; } //#endregion export { createPopperContext as a, SIDE_OPTIONS as i, Popper as n, createPopperScope as o, PopperProvider as r, usePopperContext as s, ALIGN_OPTIONS as t };