import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const WeeklyAd: React.MemoExoticComponent>; declare type WeeklyAdRef = PathIconRef; declare type WeeklyAdProps = PathIconProps; export { WeeklyAd }; export type { WeeklyAdRef, WeeklyAdProps }; export default WeeklyAd;