1 | import { ComponentLocalizer, LocalLabels, Localization } from "./localization";
|
2 | export declare const DropzoneLocalizer: ComponentLocalizer;
|
3 | /**
|
4 | * Secure translation through a selector
|
5 | * @param local the Localization
|
6 | * @returns a ComponentLocalizer object that contains the translation
|
7 | */
|
8 | export declare const DropzoneLocalizerSelector: (local: Localization | undefined) => LocalLabels;
|