import React from 'react'; interface Props extends React.SVGProps { size?: string | number; } declare const DjangorestOriginalWordmarkIcon: React.FC; export default DjangorestOriginalWordmarkIcon;