import React from 'react'; interface TermsOfServiceProps { url: string; } export declare const TermsOfServiceComponent: React.FunctionComponent; export {};