import type { FormClEditorProps } from '../../types/index.js';
declare const ClEdito: import("svelte").Component<FormClEditorProps, {}, "">;
type ClEdito = ReturnType<typeof ClEdito>;
export default ClEdito;
