export declare const allowHtmlInCanvasOption: {
name: string;
cliFlag: "allow-html-in-canvas";
description: () => import("react/jsx-runtime").JSX.Element;
ssrName: null;
docLink: string;
type: boolean;
getValue: ({ commandLine }: {
commandLine: Record;
}) => {
value: boolean;
source: string;
};
setConfig(value: boolean): void;
id: "allow-html-in-canvas";
};