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