export declare const dependencyPjskDir: string; export interface Style { position: 'top' | 'bottom' | 'left' | 'right'; rotate: number; curve: boolean; textAlign: 'center' | 'left' | 'right'; textOrientation: 'horizontal' | 'vertical'; textScreenShare: number; } export declare const defaultStyle: object;