import React from 'react'; import type { PopperProps } from './types'; /** * Popper — low-level anchored positioning without a backdrop. * * Unlike Popover, Popper does NOT render a backdrop and touches behind the * popper content pass through freely (FR-014). */ export declare function Popper(rawProps: PopperProps): React.ReactElement | null; //# sourceMappingURL=Popper.d.ts.map