import * as React from 'react'; /** * @param props - A set of props that should be logged under `data` param. */ export declare const createCallbackLogFormatter: (props?: string[]) => (name: string, e: React.SyntheticEvent, data: Object) => string;