/**
 * @license
 * Copyright 2023 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { CommentIcon, CommentState } from './icons/comment_icon.js';
import * as exceptions from './icons/exceptions.js';
import { Icon } from './icons/icon.js';
import { IconType } from './icons/icon_types.js';
import { MutatorIcon } from './icons/mutator_icon.js';
import * as registry from './icons/registry.js';
import { WarningIcon } from './icons/warning_icon.js';
export { CommentIcon, CommentState, exceptions, Icon, IconType, MutatorIcon, registry, WarningIcon, };
//# sourceMappingURL=icons.d.ts.map