import { SVGProps } from "react";
declare const TBColorPicker: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBColorPicker };
