import { PopoverDFProps } from './types'; import { Header } from './components/Header'; import { Footer } from './components/Footer'; import { Body } from './components/Body'; import { default as React } from 'react'; export declare const PopoverDF: React.ForwardRefExoticComponent & React.RefAttributes> & { Header: typeof Header; Body: typeof Body; Footer: typeof Footer; };