import { Pigment as pi } from "./pigment";
import { Palette as pa } from "./palette";
export declare const Palette: (c: string | pi) => pa;
export declare const Pigment: (c?: string) => pi;
declare const _default: (c?: string) => pi;
export default _default;
