import { Palette } from "./Palettes";
export interface PaletteSwatchProps {
    palette: Palette;
}
export declare const PaletteSwatch: (props: PaletteSwatchProps) => JSX.Element;
