export declare enum ERRORS { NO_ARRAY_OPTIONS = "Options is not an array", SCREEN_READER_ERROR = "isScreenReaderEnabled error", SCROLL_TO_LOCATION = "scrollToLocation error" } export declare const logError: (error: ERRORS) => void; //# sourceMappingURL=log-error.d.ts.map