import { ComponentType } from 'react'; import { UrlInputProps } from './UrlInput'; import { EncodedResultProps } from './EncodedResult'; import { UtmTableContainerProps } from './UtmTableContainer'; import { AddModalProps, EditModalProps } from './UtmParamModals'; import { ParticlesBackgroundProps } from './ParticlesBackground'; import { WhatsAppButtonProps } from './WhatsAppButton'; export declare const LazyUrlInput: ComponentType; export declare const LazyEncodedResult: ComponentType; export declare const LazyUtmTableContainer: ComponentType; export declare const LazyAddUtmParamModal: ComponentType; export declare const LazyEditUtmParamModal: ComponentType; export declare const LazyParticlesBackground: ComponentType; export declare const LazyWhatsAppButton: ComponentType;