/// import { PopoverOffsets, PopoverPlacements } from './types.js'; import { Theme } from '../theme/index.js'; declare type InjectedProps = { $offset: PopoverOffsets; placement: PopoverPlacements; theme: Theme; }; export declare const PopoverStyle: import("styled-components").StyledComponent | undefined; anchorRef: import("react").RefObject; placement?: "left" | "right" | "top" | "bottom" | "bottomLeft" | "topLeft" | "topRight" | "rightTop" | "rightBottom" | "bottomRight" | "leftTop" | "leftBottom" | undefined; backdrop?: boolean | undefined; onClose?: (() => void) | undefined; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "ref" | "onClose" | "wrapperRef" | "anchorRef" | "placement" | "backdrop"> & import("../index.js").TransitionInnerProps & import("react").RefAttributes, keyof import("../index.js").TransitionInnerProps> & Partial, "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited"> & Pick>, "ref"> & import("react").RefAttributes>, import("styled-components").DefaultTheme, InjectedProps, never>; export {}; //# sourceMappingURL=PopoverStyles.d.ts.map