import React from "react"; export declare type PolyProps
= P & { tag?: keyof JSX.IntrinsicElements; }; export declare const poly:
(baseComponent: (React.ComponentClass
& { isPoly?: boolean | undefined; }) | (React.FunctionComponent
& {
isPoly?: boolean | undefined;
})) => React.ComponentType