import React from 'react';
import { TdColorBaseProps } from '../../interface';
export interface TdColorSwathcesProps extends TdColorBaseProps {
    colors?: string[];
    title?: String;
    editable?: Boolean;
    onSetColor?: Function;
    handleAddColor?: Function;
}
declare const _default: React.MemoExoticComponent<(props: TdColorSwathcesProps) => React.JSX.Element>;
export default _default;
