import options from "./types/options";
export declare function lowPoly(options: options): string;
export default lowPoly;
