import React from 'react';
import { ConsentProps } from '../../types';
export declare const Consent: React.FC<ConsentProps>;
export default Consent;
