export declare function omitProps(oldProps: { [key: string]: any; }, excludeProps: string[]): {};