import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgTwitter: (props: SVGProps) => React.JSX.Element; export default SvgTwitter; //# sourceMappingURL=Twitter.d.ts.map