import * as React from 'react';
export declare const ThemeSelector: React.FunctionComponent<{
    size?: 'small' | 'normal';
}>;
