import { queryHelpers } from '@testing-library/react';
declare const queryAllByDataEditorLeaf: (container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
declare const queryByDataEditorLeaf: queryHelpers.QueryBy<[string]>, getAllByDataEditorLeaf: queryHelpers.GetAllBy<[string]>, getByDataEditorLeaf: queryHelpers.GetBy<[string]>, findAllByDataEditorLeaf: queryHelpers.FindAllBy<[string]>, findByDataEditorLeaf: queryHelpers.FindBy<[string]>;
declare const queryByDataEditorElement: queryHelpers.QueryBy<[string]>, getAllByDataEditorElement: queryHelpers.GetAllBy<[string]>, getByDataEditorElement: queryHelpers.GetBy<[string]>, findAllByDataEditorElement: queryHelpers.FindAllBy<[string]>, findByDataEditorElement: queryHelpers.FindBy<[string]>;
export { queryByDataEditorLeaf, queryAllByDataEditorLeaf, getByDataEditorLeaf, getAllByDataEditorLeaf, findAllByDataEditorLeaf, findByDataEditorLeaf, queryByDataEditorElement, getAllByDataEditorElement, getByDataEditorElement, findAllByDataEditorElement, findByDataEditorElement, };
