import type Alwan from "..";
import type { ISwatches } from "../types";
export declare const Swatches: (alwan: Alwan) => ISwatches;
