import { FC, ReactNode } from "react";
type Props = {
    className?: string;
    children?: ReactNode;
};
declare const EbayPageNoticeFooter: FC<Props>;
export default EbayPageNoticeFooter;
//# sourceMappingURL=page-notice-footer.d.ts.map