import React, { ReactNode } from 'react';
export interface UnstyledConsentBannerProps {
    className?: string;
    children?: ReactNode;
}
export declare const UnstyledConsentBanner: React.FC<UnstyledConsentBannerProps>;
//# sourceMappingURL=UnstyledConsentBanner.d.ts.map