export interface IGoogleAdsenseProps {
    className?: string;
    style?: object;
    adClient: string;
    adSlot: string;
    adLayout?: string;
    adLayoutKey?: string;
    adFormat?: string;
    fullWidthResponsive?: string;
}
