import React from 'react'; interface InformationContainerProps { } export declare const InformationContainer: React.FC; export {};