import { Collection } from "../Collection";
import { Swatch } from "./Swatch";
export declare class Palette extends Collection<Swatch> {
}
