import { CSSResult } from '@skhemata/skhemata-base';
import { SkhemataEditorQuill } from '@skhemata/skhemata-editor-quill';
import { SkhemataFormInput } from './SkhemataFormInput';
export declare class SkhemataFormQuill extends SkhemataFormInput {
    campaignId: any;
    static get styles(): CSSResult[];
    static get scopedElements(): {
        'sk-quill': typeof SkhemataEditorQuill;
    };
    dropzone: any;
    editor: any;
    helpMessage: string;
    firstUpdated(): Promise<void>;
    initQuill(): void;
    render(): import("lit-html").TemplateResult<1>;
}
