// Type definitions for ag-grid-community v21.2.2
// Project: http://www.ag-grid.com/
// Definitions by: Niall Crosby <https://github.com/ag-grid/>
export declare function QuerySelector(selector?: string): Function;
export declare function RefSelector(ref?: string): Function;
export declare function Listener(eventName?: string): Function;
export declare function Method(eventName?: string): Function;
