interface Props {
    activeTheme: string;
}
export declare const ThemeInfo: ({ activeTheme }: Props) => JSX.Element | null;
export {};
