import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const Computer: (props: IIconProps) => JSX.Element;
export default Computer;
