import { type FooterBrandProps as Props } from '.';
declare const FooterBrand: import("svelte").Component<Props, {}, "">;
type FooterBrand = ReturnType<typeof FooterBrand>;
export default FooterBrand;
