import { ComponentType } from "react";
export declare function isSVGComponent(Component: string | ComponentType): boolean;
