import React from 'react'; import { Template7030Props } from './types'; declare const Template7030: ({ slotAds, slot70, slot30 }: Template7030Props) => React.JSX.Element; export { Template7030 };