import * as React from "react"; interface props { props?: React.SVGProps; size: { width: string; height: string; }; } declare function SvgDrogaraiaBlack({ size, props }: props): JSX.Element; export default SvgDrogaraiaBlack;