import { LucideIcon } from 'lucide-react'; import { SVGProps, JSX, ComponentType } from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; declare function ArrowUpRight2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Copy({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function CrownSmall(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DubAnalyticsIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DubApiIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DubCraftedShield(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DubLinksIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DubPartnersIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare const icons: { links: { icon: typeof DubLinksIcon; className: string; }; analytics: { icon: typeof DubAnalyticsIcon; className: string; }; partners: { icon: typeof DubPartnersIcon; className: string; }; api: { icon: typeof DubApiIcon; className: string; }; }; type DubProduct = keyof typeof icons; declare function DubProductIcon({ product, className, iconClassName, }: { product: keyof typeof icons; className?: string; iconClassName?: string; }): react_jsx_runtime.JSX.Element; declare function ExpandingArrow({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function FilePen(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FileSend(props: SVGProps): react_jsx_runtime.JSX.Element; declare function IOSAppStore({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function LockSmall(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Magic({ className }: { className: string; }): react_jsx_runtime.JSX.Element; declare function MarkdownIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MatrixLines(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Photo({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function SortOrder({ order, className, }: { order: "asc" | "desc" | null; className?: string; }): react_jsx_runtime.JSX.Element; declare function Success({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Tick({ className }: { className: string; }): react_jsx_runtime.JSX.Element; declare function UserClock(props: SVGProps): react_jsx_runtime.JSX.Element; declare function VerifiedBadge(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LoadingCircle({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function LoadingDots(): react_jsx_runtime.JSX.Element; declare function LoadingSpinner({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Anthropic({ className, ...props }: SVGProps): react_jsx_runtime.JSX.Element; declare function Beehiiv(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Bing({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Facebook({ className, fill, }: { className?: string; fill?: string; }): react_jsx_runtime.JSX.Element; declare function Github({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Google({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Instagram(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LinkedIn({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function OpenAI({ className, ...props }: SVGProps): react_jsx_runtime.JSX.Element; declare function ProductHunt({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Reddit({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Slack(props: SVGProps): react_jsx_runtime.JSX.Element; /** Official multi-color Slack octothorp. Use `Slack` for the monochrome `currentColor` glyph. */ declare function SlackColorful(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TikTok(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Twitter({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Unsplash({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Veriff({ className, ...props }: SVGProps): react_jsx_runtime.JSX.Element; declare function YouTube({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function CardAmex(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CardDiscover(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CardMastercard(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CardVisa(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Paypal({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Stablecoin({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function StripeIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function StripeLink({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Go(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Php(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Python(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Ruby(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Typescript(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Africa(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Asia(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Europe(props: SVGProps): react_jsx_runtime.JSX.Element; declare function NorthAmerica(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Oceania(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SouthAmerica(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Amazon({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function ChatGPT({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Figma({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function GitHubEnhanced({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function GoogleEnhanced({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function Spotify({ className }: { className?: string; }): react_jsx_runtime.JSX.Element; declare function AndroidLogo(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Apple(props: SVGProps): react_jsx_runtime.JSX.Element; declare function AppleLogo(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowBoldUp(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowTrendUp(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowTurnLeft(props: SVGProps): JSX.Element; declare function ArrowTurnRight2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowUpRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowsOppositeDirectionX(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ArrowsOppositeDirectionY(props: SVGProps): react_jsx_runtime.JSX.Element; declare function AtSign(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BadgeCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BadgeCheck2Fill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Bell(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Blog(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Bolt(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BoltFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BookOpen(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Book2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Book2Fill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Book2Small(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Books2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BoxArchive(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BracketsCurly(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BriefcaseFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Brush(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BulletList(props: SVGProps): react_jsx_runtime.JSX.Element; declare function BulletListFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Calculator(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CalendarIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CalendarDays(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CalendarRefresh(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Calendar6(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Cards(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CaretUpFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChartActivity2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChartArea2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChartLine(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Check(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Check2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CheckboxCheckedFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CheckboxUnchecked(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChevronLeft(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChevronRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ChevronUp(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleArrowRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleCheckFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleDollar(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleDollarOut(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleDollar3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleDotted(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleHalfDottedCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleHalfDottedClock(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleInfo(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CirclePercentage(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CirclePlay(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CirclePlayFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleQuestion(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleUser(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CircleWarning(props: SVGProps & { invert?: boolean; }): react_jsx_runtime.JSX.Element; declare function CircleXmark(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Circles(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Circles3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Cloud(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CloudUpload(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Code(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ColorPalette2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ConnectedDots(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ConnectedDotsFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ConnectedDots4(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Connections3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CreditCard(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Crosshairs3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Crown(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Cube(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CubeSettings(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CubeSettingsFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CurrencyDollar(props: SVGProps): react_jsx_runtime.JSX.Element; declare function CursorRays(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DatabaseKey(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Desktop(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DiamondTurnRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function DiamondTurnRightFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Directions(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Discount(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Dots(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Download(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Duplicate(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Earth(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EarthPosition(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Envelope(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeAlert(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeArrowRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeBan(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EnvelopeOpen(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Eye(props: SVGProps): react_jsx_runtime.JSX.Element; declare function EyeSlash(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FaceSmile(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FeatherFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FileContent(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FileZip2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FilterBars(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Filter2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Flag(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FlagWavy(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Flag2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Flag6(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Flask(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FlaskSmall(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Folder(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FolderBookmark(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FolderLock(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FolderPlus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function FolderShield(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Folder5(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GamingConsole(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gauge6(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gear(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gear2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gear3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gem(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Gift(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GiftFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Globe(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GlobePointer(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GlobeSearch(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Globe2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GreekTemple(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GridIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GridLayoutRows(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GridPlus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function GripDotsVertical(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Heading1(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Heading2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Headset(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Heart(props: SVGProps): react_jsx_runtime.JSX.Element; declare function HeartFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function HexadecagonStar(props: SVGProps): react_jsx_runtime.JSX.Element; declare function History(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Hyperlink(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Icosahedron(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ImageIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Incognito(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InfinityIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InputField(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InputPassword(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InputPasswordPointer(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InputSearch(props: SVGProps): react_jsx_runtime.JSX.Element; declare function InvoiceDollar({ strokeWidth, ...props }: SVGProps): react_jsx_runtime.JSX.Element; declare function Key(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LayoutSidebar(props: SVGProps): react_jsx_runtime.JSX.Element; declare function License(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LifeRing(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LifeRingFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LinesY(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LinkBroken(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Link4(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LocationPin(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Lock(props: SVGProps): react_jsx_runtime.JSX.Element; declare function LockFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Magnifier(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MapPosition(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MarketingTarget(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MediaPause(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MediaPlay(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Megaphone(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Menu3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MessageSmile(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MicrophoneFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Minus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MobilePhone(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MoneyBill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MoneyBill2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MoneyBills2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Msg(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Msgs(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MsgsDotted(props: SVGProps): react_jsx_runtime.JSX.Element; declare function MsgsFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Nodes4(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Note(props: SVGProps): react_jsx_runtime.JSX.Element; declare function OfficeBuilding(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Page2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Paintbrush(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Palette2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function PaperPlane(props: SVGProps): react_jsx_runtime.JSX.Element; declare function PenWriting(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Pen2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function PercentageArrowDown(props: SVGProps): react_jsx_runtime.JSX.Element; declare function NucleoPhoto(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Plug2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Plus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Plus2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Post(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Pyramid(props: SVGProps): react_jsx_runtime.JSX.Element; declare function QRCode(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Receipt2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ReferredVia(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Refresh2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Robot(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SatelliteDish(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ScanText(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Scribble(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ShieldAlert(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ShieldCheck(props: SVGProps & { invert?: boolean; }): react_jsx_runtime.JSX.Element; declare function ShieldKeyhole(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ShieldSlash(props: SVGProps): react_jsx_runtime.JSX.Element; declare function ShieldUser(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Shop(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Shuffle(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Sitemap(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Sliders(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SortAlphaAscending(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SortAlphaDescending(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Sparkle3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareChart(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareLayoutGrid5(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareLayoutGrid6(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareUserSparkle2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function SquareXmark(props: SVGProps): react_jsx_runtime.JSX.Element; declare function StackY3(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Star(props: SVGProps): react_jsx_runtime.JSX.Element; declare function StarFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Stars2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Suitcase(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TableIcon(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TableRows2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Tablet(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Tag(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Tags(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TextBold(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TextItalic(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TextStrike(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Timer2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Toggle2Fill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Toggles(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Trash(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TriangleWarning(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Trophy(props: SVGProps): react_jsx_runtime.JSX.Element; declare function TV(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UiCard(props: SVGProps): react_jsx_runtime.JSX.Element; declare function User(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserArrowLeft(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserArrowRight(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserCheck(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserCrown(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserDelete(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserFocus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserMinus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserPlus(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserSearch(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UserXmark(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Users(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UsersFill(props: SVGProps): react_jsx_runtime.JSX.Element; declare function UsersSettings(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Users2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Users6(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Versions2(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Views(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Watch(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Webhook(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Window(props: SVGProps): react_jsx_runtime.JSX.Element; declare function WindowSearch(props: SVGProps): react_jsx_runtime.JSX.Element; declare function WindowSettings(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Workflow(props: SVGProps): react_jsx_runtime.JSX.Element; declare function Xmark(props: SVGProps): react_jsx_runtime.JSX.Element; declare const PLAN_FEATURE_ICONS: { clicks: typeof CursorRays; links: typeof Hyperlink; retention: typeof Calendar6; sales: typeof InvoiceDollar; domains: typeof Globe; users: typeof Users2; analytics: typeof ChartLine; conversions: typeof Receipt2; ai: typeof Sparkle3; api: typeof Plug2; advanced: typeof Gear3; folders: typeof Folder; dotlink: typeof Gift; deeplinks: typeof MarketingTarget; events: typeof Bolt; webhooks: typeof Webhook; roles: typeof UsersSettings; slack: typeof Slack; tests: typeof Flask; email: typeof PaperPlane; messages: typeof Msgs; sso: typeof ShieldKeyhole; logs: typeof Versions2; success: typeof UserCrown; sla: typeof License; volume: typeof CirclePercentage; clickpayouts: typeof CursorRays; payouts: typeof MoneyBills2; basicrewards: typeof Gift; flexiblerewards: typeof Shuffle; bounties: typeof Trophy; frauddetection: typeof ShieldKeyhole; ailandingpage: typeof Sparkle3; customerinsights: typeof UserFocus; partners: typeof ConnectedDots4; partnergroups: typeof Users6; embeddedreferrals: typeof SquareLayoutGrid5; }; type Icon = LucideIcon | ComponentType>; export { Africa, Amazon, AndroidLogo, Anthropic, Apple, AppleLogo, ArrowBoldUp, ArrowRight, ArrowTrendUp, ArrowTurnLeft, ArrowTurnRight2, ArrowUpRight, ArrowUpRight2, ArrowsOppositeDirectionX, ArrowsOppositeDirectionY, Asia, AtSign, BadgeCheck, BadgeCheck2Fill, Beehiiv, Bell, Bing, Blog, Bolt, BoltFill, Book2, Book2Fill, Book2Small, BookOpen, Books2, BoxArchive, BracketsCurly, BriefcaseFill, Brush, BulletList, BulletListFill, Calculator, Calendar6, CalendarDays, CalendarIcon, CalendarRefresh, CardAmex, CardDiscover, CardMastercard, CardVisa, Cards, CaretUpFill, ChartActivity2, ChartArea2, ChartLine, ChatGPT, Check, Check2, CheckboxCheckedFill, CheckboxUnchecked, ChevronLeft, ChevronRight, ChevronUp, CircleArrowRight, CircleCheck, CircleCheckFill, CircleDollar, CircleDollar3, CircleDollarOut, CircleDotted, CircleHalfDottedCheck, CircleHalfDottedClock, CircleInfo, CirclePercentage, CirclePlay, CirclePlayFill, CircleQuestion, CircleUser, CircleWarning, CircleXmark, Circles, Circles3, Cloud, CloudUpload, Code, ColorPalette2, ConnectedDots, ConnectedDots4, ConnectedDotsFill, Connections3, Copy, CreditCard, Crosshairs3, Crown, CrownSmall, Cube, CubeSettings, CubeSettingsFill, CurrencyDollar, CursorRays, DatabaseKey, Desktop, DiamondTurnRight, DiamondTurnRightFill, Directions, Discount, Dots, Download, DubAnalyticsIcon, DubApiIcon, DubCraftedShield, DubLinksIcon, DubPartnersIcon, DubProduct, DubProductIcon, Duplicate, Earth, EarthPosition, Envelope, EnvelopeAlert, EnvelopeArrowRight, EnvelopeBan, EnvelopeCheck, EnvelopeFill, EnvelopeOpen, Europe, ExpandingArrow, Eye, EyeSlash, FaceSmile, Facebook, FeatherFill, Figma, FileContent, FilePen, FileSend, FileZip2, Filter2, FilterBars, Flag, Flag2, Flag6, FlagWavy, Flask, FlaskSmall, Folder, Folder5, FolderBookmark, FolderLock, FolderPlus, FolderShield, GamingConsole, Gauge6, Gear, Gear2, Gear3, Gem, Gift, GiftFill, GitHubEnhanced, Github, Globe, Globe2, GlobePointer, GlobeSearch, Go, Google, GoogleEnhanced, GreekTemple, GridIcon, GridLayoutRows, GridPlus, GripDotsVertical, Heading1, Heading2, Headset, Heart, HeartFill, HexadecagonStar, History, Hyperlink, IOSAppStore, Icon, Icosahedron, ImageIcon, Incognito, InfinityIcon, InputField, InputPassword, InputPasswordPointer, InputSearch, Instagram, InvoiceDollar, Key, LayoutSidebar, License, LifeRing, LifeRingFill, LinesY, Link4, LinkBroken, LinkedIn, LoadingCircle, LoadingDots, LoadingSpinner, LocationPin, Lock, LockFill, LockSmall, Magic, Magnifier, MapPosition, MarkdownIcon, MarketingTarget, MatrixLines, MediaPause, MediaPlay, Megaphone, Menu3, MessageSmile, MicrophoneFill, Minus, MobilePhone, MoneyBill, MoneyBill2, MoneyBills2, Msg, Msgs, MsgsDotted, MsgsFill, Nodes4, NorthAmerica, Note, NucleoPhoto, Oceania, OfficeBuilding, OpenAI, PLAN_FEATURE_ICONS, Page2, Paintbrush, Palette2, PaperPlane, Paypal, Pen2, PenWriting, PercentageArrowDown, Photo, Php, Plug2, Plus, Plus2, Post, ProductHunt, Pyramid, Python, QRCode, Receipt2, Reddit, ReferredVia, Refresh2, Robot, Ruby, SatelliteDish, ScanText, Scribble, ShieldAlert, ShieldCheck, ShieldKeyhole, ShieldSlash, ShieldUser, Shop, Shuffle, Sitemap, Slack, SlackColorful, Sliders, SortAlphaAscending, SortAlphaDescending, SortOrder, SouthAmerica, Sparkle3, Spotify, SquareChart, SquareCheck, SquareLayoutGrid5, SquareLayoutGrid6, SquareUserSparkle2, SquareXmark, Stablecoin, StackY3, Star, StarFill, Stars2, StripeIcon, StripeLink, Success, Suitcase, TV, TableIcon, TableRows2, Tablet, Tag, Tags, TextBold, TextItalic, TextStrike, Tick, TikTok, Timer2, Toggle2Fill, Toggles, Trash, TriangleWarning, Trophy, Twitter, Typescript, UiCard, Unsplash, User, UserArrowLeft, UserArrowRight, UserCheck, UserClock, UserCrown, UserDelete, UserFocus, UserMinus, UserPlus, UserSearch, UserXmark, Users, Users2, Users6, UsersFill, UsersSettings, Veriff, VerifiedBadge, Versions2, Views, Watch, Webhook, Window, WindowSearch, WindowSettings, Workflow, Xmark, YouTube };