import { FastAverageColor } from './index';
declare global {
    interface Window {
        FastAverageColor: typeof FastAverageColor;
    }
}
