export declare const getByRole: (fn: (container: HTMLElement, ...args: any[]) => HTMLElement) => (container: HTMLElement, ...args: any[]) => HTMLElement; export declare const getByLabelText: (fn: (container: HTMLElement, ...args: any[]) => HTMLElement) => (container: HTMLElement, ...args: any[]) => HTMLElement; export declare const getByText: (fn: (container: HTMLElement, ...args: any[]) => HTMLElement) => (container: HTMLElement, ...args: any[]) => HTMLElement; export declare const getAllByText: (fn: (container: HTMLElement, ...args: any[]) => HTMLElement) => (container: HTMLElement, ...args: any[]) => HTMLElement;