/// <reference types="emscripten" />
declare const classNames: {
    SINGLE_IMAGE_UPLOADER_CONTAINER: string;
};
declare const styles: {
    SINGLE_IMAGE_UPLOADER_CONTAINER_STYLE: {
        backgroundColor: string;
    };
    SINGLE_IMAGE_UPLOADER_ICON_STYLE: {
        fill: string;
    };
    SINGLE_IMAGE_UPLOADER_INFORMATION_STYLE: {
        color: string;
        marginBottom: string;
    };
    SINGLE_IMAGE_UPLOADER_BUTTON_STYLE: {
        color: string;
        backgroundColor: string;
        fontWeight: string;
        padding: string;
        width: string;
        textAlign: string;
        textTransform: string;
    };
};
declare const css: string;

export { classNames, css, styles };
