import { ReactNode } from "react";
type EbayNoticeTitleProps = {
    children?: ReactNode;
};
declare const EbayNoticeTitle: ({ children }: EbayNoticeTitleProps) => ReactNode;
export default EbayNoticeTitle;
//# sourceMappingURL=notice-title.d.ts.map