import type { ComponentType } from "react"; type AnyComponent = ComponentType; export declare function copyComponentProperties(BaseComponent: T, Component: AnyComponent): T; export {}; //# sourceMappingURL=copyComponentProperties.d.ts.map