import { ElementCallback } from "../interfaces/Element";
export declare const generateProps: (WrapperElement: any, props: any, userCallback: ElementCallback) => any;
