import { IFileDropBoxWPProps, IFileDropBoxProps } from './IFileDropBoxProps';
/**
 * This will convert wpProps to IFileDropBoxProps
 *    Be sure to add your fileNameHandleBars object in the web part similar to SPFx-Image-Form
 * @param properties
 * @returns
 */
export declare function convertFileDropWPPropsToFileDropBoxProps(properties: IFileDropBoxWPProps): IFileDropBoxProps;
//# sourceMappingURL=convertFileDropWPPropsToFileDropBoxProps.d.ts.map