import * as React from "react";
export interface ThemeProps {
    channel: any;
    api: any;
    active: boolean;
}
export declare const Themes: React.FunctionComponent<ThemeProps>;
