import { ClientRichEdit } from '../../client-rich-edit';
export declare class AuthenticationOptionsApi {
    private _native;
    get userName(): string;
    set userName(value: string);
    get group(): string;
    set group(value: string);
    constructor(native: ClientRichEdit);
}
