/*! * @license * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { RaphaelIconAlfrescoPublishDirective } from './icons/raphael-icon-alfresco-publish.component'; import { RaphaelIconBoxPublishDirective } from './icons/raphael-icon-box-publish.component'; import { RaphaelIconBusinessRuleDirective } from './icons/raphael-icon-business-rule.component'; import { RaphaelIconCamelDirective } from './icons/raphael-icon-camel.component'; import { RaphaelIconErrorDirective } from './icons/raphael-icon-error.component'; import { RaphaelIconGoogleDrivePublishDirective } from './icons/raphael-icon-google-drive-publish.component'; import { RaphaelIconManualDirective } from './icons/raphael-icon-manual.component'; import { RaphaelIconMessageDirective } from './icons/raphael-icon-message.component'; import { RaphaelIconMuleDirective } from './icons/raphael-icon-mule.component'; import { RaphaelIconReceiveDirective } from './icons/raphael-icon-receive.component'; import { RaphaelIconRestCallDirective } from './icons/raphael-icon-rest-call.component'; import { RaphaelIconScriptDirective } from './icons/raphael-icon-script.component'; import { RaphaelIconSendDirective } from './icons/raphael-icon-send.component'; import { RaphaelIconServiceDirective } from './icons/raphael-icon-service.component'; import { RaphaelIconSignalDirective } from './icons/raphael-icon-signal.component'; import { RaphaelIconTimerDirective } from './icons/raphael-icon-timer.component'; import { RaphaelIconUserDirective } from './icons/raphael-icon-user.component'; import { RaphaelCircleDirective } from './raphael-circle.component'; import { RaphaelCrossDirective } from './raphael-cross.component'; import { RaphaelFlowArrowDirective } from './raphael-flow-arrow.component'; import { RaphaelMultilineTextDirective } from './raphael-multiline-text.component'; import { RaphaelPentagonDirective } from './raphael-pentagon.component'; import { RaphaelPlusDirective } from './raphael-plus.component'; import { RaphaelRectDirective } from './raphael-rect.component'; import { RaphaelRhombusDirective } from './raphael-rhombus.component'; import { RaphaelTextDirective } from './raphael-text.component'; export declare const RAPHAEL_DIRECTIVES: readonly [typeof RaphaelIconAlfrescoPublishDirective, typeof RaphaelIconBoxPublishDirective, typeof RaphaelIconBusinessRuleDirective, typeof RaphaelIconCamelDirective, typeof RaphaelIconErrorDirective, typeof RaphaelIconGoogleDrivePublishDirective, typeof RaphaelIconManualDirective, typeof RaphaelIconMessageDirective, typeof RaphaelIconMuleDirective, typeof RaphaelIconReceiveDirective, typeof RaphaelIconRestCallDirective, typeof RaphaelIconScriptDirective, typeof RaphaelIconSendDirective, typeof RaphaelIconServiceDirective, typeof RaphaelIconSignalDirective, typeof RaphaelIconTimerDirective, typeof RaphaelIconUserDirective, typeof RaphaelCircleDirective, typeof RaphaelCrossDirective, typeof RaphaelFlowArrowDirective, typeof RaphaelMultilineTextDirective, typeof RaphaelPentagonDirective, typeof RaphaelPlusDirective, typeof RaphaelRectDirective, typeof RaphaelRhombusDirective, typeof RaphaelTextDirective];