declare const isHexColor: (string: string) => boolean; export default isHexColor;