export declare const uploadPrefix = "mzn-upload"; export declare const uploadClasses: { readonly host: "mzn-upload"; readonly hostCards: "mzn-upload__host--cards"; readonly uploadButtonList: "mzn-upload__upload-button-list"; readonly uploadList: "mzn-upload__upload-list"; readonly uploadListCards: "mzn-upload__upload-list--cards"; readonly hints: "mzn-upload__hints"; readonly hint: (type: "error" | "info") => string; readonly fillWidthHints: "mzn-upload__fill-width-hints"; };