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