import React from 'react'; import { Template33Props } from './types'; declare const Template33: ({ slotAds, slotLeft, slotCenter, slotRight }: Template33Props) => React.JSX.Element; export { Template33 };