import React from 'react';
export interface WhiteboardProps {
    roomId: string;
    isAdmin?: boolean;
    allowedUsers?: string[];
    userId: string;
}
export declare const Whiteboard: React.FC<WhiteboardProps>;
//# sourceMappingURL=index.d.ts.map