declare function isHexColor(hex: string): boolean; declare function showErrorMessage(text: string): void; export { isHexColor, showErrorMessage };