import { IPoint } from './@types';
export declare function PixelSearch(left: number, top: number, right: number, bottom: number, color: number, shadeVariation?: number, step?: number): IPoint;
