import * as React from 'react'; interface State { channel?: string | null; error?: string; } /** * A page displaying information about telemetry pings for the site. */ export declare class SiteAdminPingsPage extends React.Component<{}, State> { state: State; private subscriptions; componentDidMount(): void; componentWillUnmount(): void; render(): JSX.Element | null; } export {}; //# sourceMappingURL=SiteAdminPingsPage.d.ts.map