export declare enum FooterVariants {
    DEFAULT = "DEFAULT",
    EMPTY = "EMPTY"
}
