Version: 1.0.01.0.11.0.21.0.31.0.51.0.6-fix1.0.6-fix21.0.61.0.71.1.01.1.11.2.01.2.11.2.21.2.31.2.41.2.51.3.02.0.0
import * as React from "react";
export interface ThemeProps {
channel: any;
api: any;
active: boolean;
}
export declare const Themes: React.FunctionComponent<ThemeProps>;