import { UploadFile } from 'antd/es/upload/interface';
import { MenusProps } from '../ButtonGroupPro';
declare const imagePreview: (file: UploadFile, callback: (params: {
    image: string;
}) => void) => Promise<void>;
declare const getMenusItems: (menus?: MenusProps[] | undefined) => any[];
export { imagePreview, getMenusItems };
