export declare const DefaultConfigComponent: {
    form: {
        keyId: string;
        appearance: string;
        styleCompact: boolean;
    };
    button: {
        text: string;
    };
    date: {
        dateTimeSeparator: string;
    };
    upload: {
        chunkSize: number;
    };
    wysiwyg: {
        plugins: string[];
        toolbar: string;
        quickbarsInsert: string;
    };
};
