import * as react from 'react'; import { SVGProps } from 'react'; interface IllustrationProps extends Omit, 'width' | 'height'> { width?: number | string; height?: number | string; alt?: string; } declare const AccountUnbound: react.ForwardRefExoticComponent & react.RefAttributes>; declare const CallingRequest: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Close: react.ForwardRefExoticComponent & react.RefAttributes>; declare const DataImporting: react.ForwardRefExoticComponent & react.RefAttributes>; declare const EmptyAi: react.ForwardRefExoticComponent & react.RefAttributes>; declare const EmptyList: react.ForwardRefExoticComponent & react.RefAttributes>; declare const EmptyOrders: react.ForwardRefExoticComponent & react.RefAttributes>; declare const EmptyPage: react.ForwardRefExoticComponent & react.RefAttributes>; declare const EmptySearch: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Enterprise: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Expand: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Free: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Growth: react.ForwardRefExoticComponent & react.RefAttributes>; declare const HasExpired: react.ForwardRefExoticComponent & react.RefAttributes>; declare const LimitedTimeOffer: react.ForwardRefExoticComponent & react.RefAttributes>; declare const LoadFailed: react.ForwardRefExoticComponent & react.RefAttributes>; declare const MediaCardCarousel: react.ForwardRefExoticComponent & react.RefAttributes>; declare const NetworkDisconnected: react.ForwardRefExoticComponent & react.RefAttributes>; declare const NoPermission: react.ForwardRefExoticComponent & react.RefAttributes>; declare const NotFound: react.ForwardRefExoticComponent & react.RefAttributes>; declare const NotMatch: react.ForwardRefExoticComponent & react.RefAttributes>; declare const PaymentMethodDisabled: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Pro: react.ForwardRefExoticComponent & react.RefAttributes>; declare const SingleProductCheckout: react.ForwardRefExoticComponent & react.RefAttributes>; declare const Tp: react.ForwardRefExoticComponent & react.RefAttributes>; declare const WaitingStatus: react.ForwardRefExoticComponent & react.RefAttributes>; declare const WhatsappOrderDetails: react.ForwardRefExoticComponent & react.RefAttributes>; declare const WhatsappOrderStatus: react.ForwardRefExoticComponent & react.RefAttributes>; export { AccountUnbound, AccountUnbound as AccountUnboundIcon, CallingRequest, CallingRequest as CallingRequestIcon, Close, Close as CloseIcon, DataImporting, DataImporting as DataImportingIcon, EmptyAi, EmptyAi as EmptyAiIcon, EmptyList, EmptyList as EmptyListIcon, EmptyOrders, EmptyOrders as EmptyOrdersIcon, EmptyPage, EmptyPage as EmptyPageIcon, EmptySearch, EmptySearch as EmptySearchIcon, Enterprise, Enterprise as EnterpriseIcon, Expand, Expand as ExpandIcon, Free, Free as FreeIcon, Growth, Growth as GrowthIcon, HasExpired, HasExpired as HasExpiredIcon, LimitedTimeOffer, LimitedTimeOffer as LimitedTimeOfferIcon, LoadFailed, LoadFailed as LoadFailedIcon, MediaCardCarousel, MediaCardCarousel as MediaCardCarouselIcon, NetworkDisconnected, NetworkDisconnected as NetworkDisconnectedIcon, NoPermission, NoPermission as NoPermissionIcon, NotFound, NotFound as NotFoundIcon, NotMatch, NotMatch as NotMatchIcon, PaymentMethodDisabled, PaymentMethodDisabled as PaymentMethodDisabledIcon, Pro, Pro as ProIcon, SingleProductCheckout, SingleProductCheckout as SingleProductCheckoutIcon, Tp, Tp as TpIcon, WaitingStatus, WaitingStatus as WaitingStatusIcon, WhatsappOrderDetails, WhatsappOrderDetails as WhatsappOrderDetailsIcon, WhatsappOrderStatus, WhatsappOrderStatus as WhatsappOrderStatusIcon, AccountUnbound as YCloudAccountUnbound, CallingRequest as YCloudCallingRequest, Close as YCloudClose, DataImporting as YCloudDataImporting, EmptyAi as YCloudEmptyAi, EmptyList as YCloudEmptyList, EmptyOrders as YCloudEmptyOrders, EmptyPage as YCloudEmptyPage, EmptySearch as YCloudEmptySearch, Enterprise as YCloudEnterprise, Expand as YCloudExpand, Free as YCloudFree, Growth as YCloudGrowth, HasExpired as YCloudHasExpired, LimitedTimeOffer as YCloudLimitedTimeOffer, LoadFailed as YCloudLoadFailed, MediaCardCarousel as YCloudMediaCardCarousel, NetworkDisconnected as YCloudNetworkDisconnected, NoPermission as YCloudNoPermission, NotFound as YCloudNotFound, NotMatch as YCloudNotMatch, PaymentMethodDisabled as YCloudPaymentMethodDisabled, Pro as YCloudPro, SingleProductCheckout as YCloudSingleProductCheckout, Tp as YCloudTp, WaitingStatus as YCloudWaitingStatus, WhatsappOrderDetails as YCloudWhatsappOrderDetails, WhatsappOrderStatus as YCloudWhatsappOrderStatus }; export type { IllustrationProps };