/// <reference types="react" />
type ResponsiveAdUnitProps = {
    publisherId: string;
    slotId: string;
    type?: string;
    style?: any;
};
export declare function ResponsiveAdUnit({ publisherId, slotId, type, style }: ResponsiveAdUnitProps): JSX.Element | null;
export {};
