export declare const FileDropZoneQa: {
    readonly DESCRIPTION: "file_drop_zone-description";
    readonly TITLE: "file_drop_zone-title";
    readonly BUTTON: "file_drop_zone-button";
    readonly ICON: "file_drop_zone-icon";
    readonly FILE_INPUT: "file_drop_zone-input";
};
