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