import React from 'react'; import { BannerGeneratorProps } from '../types'; declare const BannerGenerator: React.FC; export default BannerGenerator;