export default Swatches;
/** Color swatches */
declare function Swatches({ colors, onClick, selected, dataHook, showClear, showClearMessage, showAddButton, addButtonMessage, addButtonIconSize, onAdd, onChange, onCancel, columns, gap, popoverProps, renderColorPicker, }: {
    colors?: never[] | undefined;
    onClick?: (() => void) | undefined;
    selected?: string | undefined;
    dataHook: any;
    showClear: any;
    showClearMessage?: string | undefined;
    showAddButton: any;
    addButtonMessage: any;
    addButtonIconSize: any;
    onAdd: any;
    onChange: any;
    onCancel: any;
    columns?: number | undefined;
    gap?: number | undefined;
    popoverProps: any;
    renderColorPicker: any;
}): React.JSX.Element;
declare namespace Swatches {
    let displayName: string;
}
import React from 'react';
//# sourceMappingURL=Swatches.d.ts.map