export declare const NOOP: () => void; export declare function newArray(length: number): any; export declare function pickTriggerPropsFromRest(rest: any): Pick;