import Footer__SvelteComponent_ from './Footer.svelte';
import FooterTitle__SvelteComponent_ from './FooterTitle.svelte';
import type { TProps, TTitleProps } from './Footer.type';
declare const _default: typeof Footer__SvelteComponent_ & {
    Title: typeof FooterTitle__SvelteComponent_;
};
export default _default;
export type FooterProps = TProps;
export type FooterTitleProps = TTitleProps;
