import React from "react";
export interface CookieConsentProps {
    link?: string;
    onAccept?: () => void;
    onReject?: () => void;
}
declare const CookieConsent: React.FunctionComponent<CookieConsentProps>;
export default CookieConsent;
//# sourceMappingURL=CookieConsent.d.ts.map