import type { Config } from 'dompurify';
export interface NeoHtmlProps extends Config {
    html?: string;
}
