import * as React from 'react'; export interface ChromeProps { children: React.ReactNode; } export declare const Chrome: React.FC;