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