import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const Ad: m.Component<SVGAttributes>;
export default Ad;
