/**
 * Information about a MatrixRTC conference focus. The only attribute that
 * the js-sdk (currently) knows about is the type: applications can extend
 * this class for different types of focus.
 */
export interface Focus {
    type: string;
}
//# sourceMappingURL=focus.d.ts.map