import type { ComponentDemo } from "./interface"; export type PreviewerDemos = Record; /** 主题Demo */ export declare const ThemeDemos: PreviewerDemos; export * from "./color"; export * from "./config";