import { type UNIComponent } from '@redneckz/uni-jsx'; export declare function MobilePlug & { className?: string; }>(DesktopComponent: UNIComponent, loadMobileComponent?: () => Promise>): UNIComponent;