import type { FC } from "react"; import type { FontBaseConfig } from "../types"; interface Props { top: number; left: number; config: FontBaseConfig; onChange: (value: FontBaseConfig) => void; } export declare const FONT_COLOR_LIST: string[]; export declare const FontBaseMenu: FC; export {};