import * as React from 'react'; /** * Extracts the `ref` from a React element. * Zest requires React >= 19, where element refs live on `props`. */ export declare function getReactElementRef(element: unknown): React.Ref | null; //# sourceMappingURL=getReactElementRef.d.ts.map