import { default as React } from 'react';
import { IconStyles } from './types';
interface LanIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const LanIcon: React.FC<LanIconProps>;
export default LanIcon;
//# sourceMappingURL=Lan.d.ts.map