import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Computer: React.MemoExoticComponent>; declare type ComputerRef = PathIconRef; declare type ComputerProps = PathIconProps; export { Computer }; export type { ComputerRef, ComputerProps }; export default Computer;