///
export interface PopoverFooterProps extends React.HTMLProps {
/** Additional classes added to the Popover footer */
className?: string;
/** Footer node */
children: React.ReactNode;
}
export declare const PopoverFooter: React.FunctionComponent;
//# sourceMappingURL=PopoverFooter.d.ts.map