/** Clones a data-storage component from react-stately * While keeping the same static properties */ export declare function cloneComponent(component: T, displayName: string): T; export declare function copyStaticProperties(component: any, newComponent: any): void;