/** Returns the column row element (by column id) within the given scope. */ export declare function getColumnRow(scope: HTMLElement, columnId: string): HTMLElement; /** Returns the per-column visibility toggle button (by column id) within the scope. */ export declare function getColumnVisibilityToggle(scope: HTMLElement, columnId: string): HTMLElement; /** Returns all per-column visibility toggle buttons within the scope, in list order. */ export declare function getAllVisibilityToggles(scope: HTMLElement): HTMLElement[]; /** Clicks the visibility toggle of the column with the given id within `scope`. */ export declare function clickVisibilityToggle(scope: HTMLElement, columnId: string): void; //# sourceMappingURL=column-settings-test-utils.d.ts.map