import { Matcher, MatcherOptions, queryHelpers } from '@testing-library/react'; declare const queryAllByDataCy: (container: HTMLElement, id: Matcher, options?: MatcherOptions | undefined) => HTMLElement[]; declare const queryByDataCy: queryHelpers.QueryBy<[id: Matcher, options?: MatcherOptions | undefined]>, getAllByDataCy: queryHelpers.GetAllBy<[id: Matcher, options?: MatcherOptions | undefined]>, getByDataCy: queryHelpers.GetBy<[id: Matcher, options?: MatcherOptions | undefined]>, findAllByDataCy: queryHelpers.FindAllBy<[id: Matcher, options?: MatcherOptions | undefined]>, findByDataCy: queryHelpers.FindBy<[id: Matcher, options?: MatcherOptions | undefined]>; export { findAllByDataCy, findByDataCy, getAllByDataCy, getByDataCy, queryAllByDataCy, queryByDataCy };