import React from 'react'; import '@testing-library/jest-dom'; export type Omit = Pick>; export type ReplaceProps = Omit, P> & P; export interface AsProp { as?: As; } export type RefForwardingComponent = (props: React.PropsWithChildren & P>>, context?: any) => any; //# sourceMappingURL=helper.d.ts.map