import './style';
import { TdFooterProps } from './type';
export * from './type';
export type FooterProps = TdFooterProps;
export declare const Footer: {
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        links: {
            type: import("vue").PropType<import("@/components").LinkObj[]>;
            default: () => import("@/components").LinkObj[];
        };
        logo: {
            type: import("vue").PropType<import("@/components").FooterLogo>;
        };
        text: {
            type: StringConstructor;
            default: string;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
        links: import("@/components").LinkObj[];
        text: string;
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        links: {
            type: import("vue").PropType<import("@/components").LinkObj[]>;
            default: () => import("@/components").LinkObj[];
        };
        logo: {
            type: import("vue").PropType<import("@/components").FooterLogo>;
        };
        text: {
            type: StringConstructor;
            default: string;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        links: import("@/components").LinkObj[];
        text: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    links: {
        type: import("vue").PropType<import("@/components").LinkObj[]>;
        default: () => import("@/components").LinkObj[];
    };
    logo: {
        type: import("vue").PropType<import("@/components").FooterLogo>;
    };
    text: {
        type: StringConstructor;
        default: string;
    };
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
    links: import("@/components").LinkObj[];
    text: string;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default Footer;
