import { Theme } from './ThemeGenerator.interface'; interface ThemePreviewProps { theme: Theme; } export declare function ThemePreview({ theme }: Readonly): import("react/jsx-runtime").JSX.Element; export {};