import { default as React } from 'react'; export interface PrivacyProps { enabled: boolean; } export declare const Privacy: React.FC;