import type { LoadingComponentProps } from "../../core/types/components"; export declare const EstimatedProcessingTime: ({ isLoading, }: LoadingComponentProps) => JSX.Element;