import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconProps } from '@xsolla/xui-primitives-core'; declare const Check: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const X: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Copy: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Eye: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const EyeOff: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const ArrowLeft: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const ArrowRight: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Settings: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Minus: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const AlertCircle: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const CreditCard: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Flag: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const CheckCircle: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Zap: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Clock: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const ChevronRight: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Plane: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Menu: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Bell: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const User: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Search: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Home: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const ShoppingCart: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Gift: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Trophy: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Backpack: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Headset: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const ShoppingBag: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Plus: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Image: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Upload: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const File: (props: IconProps) => react_jsx_runtime.JSX.Element; declare const Info: (props: IconProps) => react_jsx_runtime.JSX.Element; export { AlertCircle, ArrowLeft, ArrowRight, Backpack, Bell, Check, CheckCircle, ChevronRight, Clock, Copy, CreditCard, Eye, EyeOff, File, Flag, Gift, Headset, Home, Image, Info, Menu, Minus, Plane, Plus, Search, Settings, ShoppingBag, ShoppingCart, Trophy, Upload, User, X, Zap };