import { ElementIntlBase } from '../../../../../Intl/Abstracts/ElementIntlBase'; /** * The `FileUploadElementIntl` class. * * @public */ export declare class FileUploadElementIntl extends ElementIntlBase { private _dropLabel; /** * Constructs a new instance of the `FileUploadElementIntl` class. * * @public */ constructor(locale?: string); /** * A label for the drop zone. * Gets or sets the `dropLabel` property. * * @public */ get dropLabel(): string; set dropLabel(value: string); } //# sourceMappingURL=FileUploadElementIntl.d.ts.map