import type { Config } from 'dompurify';
type $$ComponentProps = Config & {
    html?: string;
};
declare const NeoHtml: import("svelte").Component<$$ComponentProps, {}, "">;
type NeoHtml = ReturnType<typeof NeoHtml>;
export default NeoHtml;
