import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Twitter: React.ForwardRefExoticComponent; declare type TwitterRef = PathIconRef; declare type TwitterProps = PathIconProps; export { Twitter }; export type { TwitterRef, TwitterProps }; export default Twitter;