declare const _default: {
    FaFormDialog: {
        confirm: string;
        deny: string;
        save: string;
        reset: string;
        cancel: string;
    };
    FaImageUpload: {
        count: string;
        minCountExceeded: string;
        maxCountExceeded: string;
        size: string;
        minSizeExceeded: string;
        maxSizeExceeded: string;
        sizeTip: string;
        quality: string;
        width: string;
        widthNotMatched: string;
        minWidthExceeded: string;
        maxWidthExceeded: string;
        height: string;
        heightNotMatched: string;
        minHeightExceeded: string;
        maxHeightExceeded: string;
        dimension: string;
        resolution: string;
        resolutionNotMatched: string;
        minResolutionExceeded: string;
        maxResolutionExceeded: string;
        aspectRatio: string;
        aspectRatioNotMatched: string;
        minAspectRatioExceeded: string;
        maxAspectRatioExceeded: string;
        fixedAspectRatio: string;
        accept: string;
        typeNotAllowed: string;
        typeNotCompressible: string;
        edit: string;
        confirm: undefined;
        reset: undefined;
        cancel: undefined;
        loadError: string;
        exportError: string;
    };
    FaSelect: {
        selectAll: string;
    };
    FaUpload: {
        labelAccept: string;
        labelCount: string;
        labelMinFilesExceeded: string;
        labelMaxFilesExceeded: string;
        labelSize: string;
        labelImageWidth: string;
        labelImageWidthNotMatched: string;
        labelMinImageWidthExceeded: string;
        labelMaxImageWidthExceeded: string;
        labelImageHeight: string;
        labelImageHeightNotMatched: string;
        labelMinImageHeightExceeded: string;
        labelMaxImageHeightExceeded: string;
        labelImageDimension: string;
        labelImageResolution: string;
        labelImageResolutionNotMatched: string;
        labelImageAspectRatio: string;
        labelImageAspectRatioNotMatched: string;
        labelMinImageAspectRatioExceeded: string;
        labelMaxImageAspectRatioExceeded: string;
        labelVideoWidth: string;
        labelVideoWidthNotMatched: string;
        labelMinVideoWidthExceeded: string;
        labelMaxVideoWidthExceeded: string;
        labelVideoHeight: string;
        labelVideoHeightNotMatched: string;
        labelMinVideoHeightExceeded: string;
        labelMaxVideoHeightExceeded: string;
        labelVideoDimension: string;
        labelVideoResolution: string;
        labelVideoResolutionNotMatched: string;
        labelMinVideoResolutionExceeded: string;
        labelMaxVideoResolutionExceeded: string;
        labelVideoAspectRatio: string;
        labelVideoAspectRatioNotMatched: string;
        labelMinVideoAspectRatioExceeded: string;
        labelMaxVideoAspectRatioExceeded: string;
        labelVideoDuration: string;
        labelVideoDurationNotMatched: string;
        labelMinVideoDurationExceeded: string;
        labelMaxVideoDurationExceeded: string;
        labelAudioDuration: string;
        labelAudioDurationNotMatched: string;
        labelMinAudioDurationExceeded: string;
        labelMaxAudioDurationExceeded: string;
    };
};
export default _default;
