export declare const colors: {
    appMainPrimary1: string;
    appMainPrimary2: string;
    appMainColorBold1: string;
    baseFont: string;
    lightFont: string;
    reverseFont: string;
    fontLightColor: string;
    headerBgc: string;
    screenBgc: string;
};
export declare const breakPoints: {
    width: {
        mobile: string;
        tablet: string;
        laptop: string;
        desktop: string;
    };
    height: {
        xs: string;
        sm: string;
        md: string;
        lg: string;
    };
};
export declare const fonts: {
    mainFont: string;
    mainFontLight: string;
    mainFontRegular: string;
    mainFontMedium: string;
    mainFontSemiBold: string;
    mainFontBold: string;
    documentFontBold: string;
    documentFontRegular: string;
    documentFontMedium: string;
};
export declare const layout: {
    header: {
        background: string;
        linkStyle: {
            linkColor: string;
            linkBackgroundColor: string;
            linkHoverColor: string;
            linkHoverBackgroundColor: string;
            activeLinkColor: string;
            activeLinkBackgroundColor: string;
        };
        desktop: {
            height: number;
        };
        mobile: {
            height: number;
        };
    };
    main: {
        background: string;
        screensContainer: {
            background: string;
            linkStyle: {
                linkColor: string;
                linkBackgroundColor: string;
                linkHoverColor: string;
                linkHoverBackgroundColor: string;
                activeLinkColor: string;
                activeLinkBackgroundColor: string;
            };
            desktop: {};
            mobile: {};
        };
    };
    sideBar: {
        background: string;
        linkStyle: {
            linkColor: string;
            linkBackgroundColor: string;
            linkHoverColor: string;
            linkHoverBackgroundColor: string;
            activeLinkColor: string;
            activeLinkBackgroundColor: string;
        };
        desktop: {
            width: number;
        };
        mobile: {
            width: number;
        };
    };
};
export declare const linkTypes: {
    sideBar: string;
    sideBarSettings: string;
    subHeader: string;
    login: string;
    register: string;
    logoImg: string;
};
