import type Alwan from "..";
import type { IUtility } from "../types";
/**
 * Color preview and copy Button.
 */
export declare const Utility: (alwan: Alwan) => IUtility;
