import type { IconDefinition } from '@blueprintui/icons/internals'; export declare const cloudNetworkIcon: { name: string; viewBox: number; type: { default: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['cloud-network']: IconDefinition; } }