/// <reference types="react" />
import { ThemeIconProps as Props } from "./types";
export declare const ThemeIconPreview: (props: Props) => JSX.Element;
export declare const ThemeIconEditor: (props: Props) => JSX.Element;
