import { ComputedWordData, WordCloudConfig } from '../types';

export declare const computeWords: (config: WordCloudConfig, onComputeWord: (word: ComputedWordData) => void) => Promise<ComputedWordData[]>;
export declare const computeLinearGradientCoords: (angle: number) => {
    x1: number;
    y1: number;
    x2: number;
    y2: number;
};
//# sourceMappingURL=compute.d.ts.map