import type { SVGProps } from "react"; export interface LaptopMobileIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function LaptopMobileIcon({ className, size, color, ...props }: LaptopMobileIconProps): import("react").JSX.Element; //# sourceMappingURL=laptop-mobile-icon.d.ts.map