import { TdFooterProps } from './type'; import { PropType } from 'vue'; declare const _default: { links: { type: PropType; default: () => TdFooterProps['links']; }; logo: { type: PropType; }; text: { type: StringConstructor; default: string; }; }; export default _default;