import { ComponentType, RefAttributes } from 'react'; export type InferComponentRefType = T extends ComponentType ? PropsType extends RefAttributes ? RefElement : never : never; //# sourceMappingURL=types.d.ts.map