dicons
Version:
A react icons library for Designali
664 lines (419 loc) • 508 kB
TypeScript
import * as React from 'react';
import React__default, { SVGProps, RefAttributes, ReactSVG, ForwardRefExoticComponent } from 'react';
interface DesignaliProps$1 extends ElementAttributes$1 {
children?: never;
color?: string;
size?: number;
}
type SVGAttributes$1 = Partial<SVGProps<SVGSVGElement>>;
type ElementAttributes$1 = RefAttributes<SVGSVGElement> & SVGAttributes$1;
type IconNode = [
elementName: keyof ReactSVG,
attrs: Record<string, string>
][];
type DesignaliIcon = ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & RefAttributes<SVGSVGElement>>;
declare const Accessibility01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CircleHelp: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Contrast: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Ear: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EarOff: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Eclipse: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Eye: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EyeOff: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Glasses: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Hand: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Info: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LifeBuoy: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Moon: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MoonStar: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const PersonStanding: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Speech: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Sun: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SunDim: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SunMedium: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SunMoon: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ZoomIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ZoomOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Accessibili: {
ZoomIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
declare const Activity: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Link: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Link2: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ScanEye: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ScanFace: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LogIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LogOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Fingerprint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ScanSearch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ScanQrCode: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Access01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Login01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Login02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Login03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LoginCircle01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LoginCircle02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LoginSquare01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const LoginSquare02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BiometricAccess: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const UniversalAccess: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Access: {
Activity: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Link: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Link2: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ScanEye: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ScanFace: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LogIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LogOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Fingerprint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ScanSearch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ScanQrCode: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Access01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Login01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Login02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Login03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LoginCircle01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LoginCircle02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LoginSquare01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
LoginSquare02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
BiometricAccess: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
UniversalAccess: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
declare const AiBeautify: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBook: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrain01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrain02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrain03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrain04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrain05: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiBrowser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChat01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChat02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiComputer: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChemistry01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChemistry02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChemistry03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiChip: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiCloud: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiCloud01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiCloud02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiContentGenerator01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiContentGenerator02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiDna: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiEditing: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiEraser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiFile: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiFolder01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiFolder02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiGame: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiGenerative: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiIdea: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiImage: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiInnovation01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiInnovation02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiInnovation03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiLaptop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiLearning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiLock: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiMagic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiMail: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiMail01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiMail02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiMic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiNetwork: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiPhone01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiPhone02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiProgramming: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiScan: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiScheduling: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSearch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSearch01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSecurity01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSecurity02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSecurity03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSetting: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSheets: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiSmartWatch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiUser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiVedio: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiVoice: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiView: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiVisionRecognition: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiVoiceGenerator: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AiWebBrowsing: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Algorithm: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AppleIntelligence: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence05: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence06: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ArtificialIntelligence07: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ChatBot: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Chip: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CloudServer: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Hologram: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MachineRobot: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MagicWand: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const NeuralNetwork: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const PerplexityAi: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Robot01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Robot02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Robotic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SiriNew: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Ai: {
AiAudio: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBeautify: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBook: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrain01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrain02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrain03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrain04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrain05: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiBrowser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChat01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChat02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiComputer: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChemistry01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChemistry02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChemistry03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiChip: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiCloud: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiCloud01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiCloud02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiContentGenerator01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiContentGenerator02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiDna: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiEditing: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiEraser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiFile: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiFolder01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiFolder02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiGame: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiGenerative: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiIdea: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiImage: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiInnovation01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiInnovation02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiInnovation03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiLaptop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiLearning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiLock: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiMagic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiMail: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiMail01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiMail02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiMic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiNetwork: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiPhone01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiPhone02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiProgramming: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiScan: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiScheduling: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSearch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSearch01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSecurity01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSecurity02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSecurity03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSetting: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSheets: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiSmartWatch: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiVedio: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiUser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiView: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiVoice: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiVisionRecognition: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiVoiceGenerator: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AiWebBrowsing: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Algorithm: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AppleIntelligence: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence05: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence06: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ArtificialIntelligence07: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ChatBot: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Chip: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
CloudServer: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Hologram: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
MachineRobot: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
MagicWand: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
NeuralNetwork: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
PerplexityAi: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Robot01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Robot02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Robotic: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
SiriNew: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
declare const BounceLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BounceRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseCurveControlPoints: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseInControlPoint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseInOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const EaseOutControlPoint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Keyframe: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeAdd: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeAlignCenter: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeAlignHorizontal: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeAlignVertical: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeDouble: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeDoubleRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeMultiple: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeMultipleAdd: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeMultipleRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyframeTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Liner: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Motion01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Motion02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AnimationMoveBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AnimationMoveLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const TransitionRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AnimationMoveTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const TransitionBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const TransitionLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const TransitionTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Animations: {
AnimationMoveBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AnimationMoveLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AnimationMoveRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AnimationMoveTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
BounceLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
BounceRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseCurveControlPoints: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseIn: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseInControlPoint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseInOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseOut: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
EaseOutControlPoint: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Keyframe: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeAdd: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeAlignCenter: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeAlignHorizontal: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeAlignVertical: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeDouble: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeDoubleRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeMultiple: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeMultipleAdd: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeMultipleRemove: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
KeyframeTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Liner: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Motion01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Motion02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
TransitionLeft: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
TransitionRight: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
TransitionTop: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
TransitionBottom: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
declare const Alert01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Alert02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AlertCircle: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AlertDiamond: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const AlertSquare: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SettingError03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SettingError04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SettingError01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const SettingError02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CloudAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const OctagonAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const FileWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageSquareWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ShieldAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CarAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const WorkAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Alert: {
Alert01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
Alert02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AlertCircle: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AlertDiamond: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
AlertSquare: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
SettingError03: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
SettingError04: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
SettingError01: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
SettingError02: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
CloudAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
OctagonAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
FileWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
MessageCircleWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
MessageSquareWarning: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
ShieldAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
CarAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
WorkAlert: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
declare const AtSign: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Award: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Ban: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Bell: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BellDot: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BetweenHorizontalEnd: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BetweenHorizontalStart: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Bolt: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BookUser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Bookmark: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BookmarkCheck: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BookmarkMinus: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BookmarkPlus: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const BookmarkX: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Cake: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CircleGauge: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CirclePercent: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CircleUser: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CircleUserRound: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ClipboardPenLine: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Cog: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Contact: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const ContactRound: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Cookie: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const CreditCard: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const DiamondPercent: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Flag: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const FlagOff: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Frown: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Gauge: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Gift: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const HandCoins: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Handshake: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const HeartHandshake: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const IdCard: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Inbox: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Key: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeyRound: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const KeySquare: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Mail: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPin: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinCheck: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinCheckInside: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinHouse: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinMinus: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinMinusInside: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinned: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinPlus: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinPlusInside: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinX: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MapPinXInside: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const Menu: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircle: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleCode: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleDashed: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleMore: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleOff: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCirclePlus: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleQuestion: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleReply: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageCircleX: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageSquare: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageSquareCode: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
declare const MessageSquareDashed: React.ForwardRefExoticComponent<Omit<DesignaliProps$1, "ref"> & React.RefAttributes<SVGSVGElement>