import { FooterStylesType } from '../../../../../components/footer/types/footerTheme';
import { FooterVariants } from './variants';
export declare const getFooterStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => FooterStylesType<FooterVariants>;
