import type { StyledComponent } from "./index"; export function find(element: HTMLElement, styledComponent: StyledComponent): HTMLElement | null; export function findAll(element: HTMLElement, styledComponent: StyledComponent): NodeList | null; export function enzymeFind any }>( wrapper: Wrapper, styledComponent: StyledComponent, ): Wrapper;