import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Youtube: React.ForwardRefExoticComponent; declare type YoutubeRef = PathIconRef; declare type YoutubeProps = PathIconProps; export { Youtube }; export type { YoutubeRef, YoutubeProps }; export default Youtube;