import React from "react";

/**
 * unknown.svg
 */
declare const UnknownIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default UnknownIcon;
