export declare const UPLOADFILEINFO_CLASSNAME = "k-file-info";
export type KendoUploadFileInfoProps = {
    name?: string;
    size?: string;
    validationMsg?: string;
};
export declare const UploadFileInfo: (props: KendoUploadFileInfoProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
