import { PlayerType } from '@aigamo/nostalgic-diva';
import { ReactElement } from 'react';
type ThirdPartyPlayerType = Exclude<PlayerType, 'Audio'>;
interface CookieConsentPanelProps {
    playerType: ThirdPartyPlayerType;
}
export declare const CookieConsentPanel: ({ playerType, }: CookieConsentPanelProps) => ReactElement;
export {};
