interface Options { component: React.ComponentType; props: Props; refType: any; refProp?: string; selector?: string; } export declare function itSupportsRef(options: Options, name?: string): void; export {};