import { ColorPalette, MonochromePalette, ShadedColor } from "../index"; export declare function findPaletteByColor(searchColor: ShadedColor): MonochromePalette | ColorPalette;