export declare const EmptyBlockComponentStyles: {
    textColorDark: string;
    textColorDark_Lighter: string;
    container: string;
    wrapper: string;
    titleArea: {
        wrapper: string;
        title: string;
        icon: string;
    };
    text: string;
};
