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