export declare const ThemePreview: (props: {
    theme: pxt.ColorThemeInfo;
}) => JSX.Element;
