import { PopupFooterProps } from './Popup.interface';
import React from 'react';
export declare const PopupFooter: React.ForwardRefExoticComponent<PopupFooterProps & React.RefAttributes<HTMLElement>>;
