import { IHtmlCommand } from "./HtmlCommands.js"; export interface ICommandButton { icon?: string; label?: string; eventInsertHtml?: any; insertCommand: IHtmlCommand; title?: string; disabled?: boolean; } export declare function notSet(text: string): () => void; export default function CommandButton({ icon, label, eventInsertHtml, insertCommand, title, disabled }: ICommandButton): any; //# sourceMappingURL=CommandButton.d.ts.map