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