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