export type HtmlCode = { html?: string; css?: string; }; export declare const isHtmlCodeEmpty: (value: HtmlCode | undefined) => boolean;