import { PaperProps } from '../../Paper'; import { AnimationProps } from '../../Animation'; export type PopoverPanelProps = AnimationProps & PaperProps; declare const PopoverPanel: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default PopoverPanel; //# sourceMappingURL=PopoverPanel.d.ts.map