export interface AppFooterProps { /** * Version of the app to display in the bottom-right corner of the footer */ version?: string | null; /** * Whether to show the About Us column or not */ showAboutUs?: boolean; /** * If true, it resizes the brand as the display downsize. */ responsive?: boolean; /** * If true, on small screens it uses the short version of the brand. */ adaptive?: boolean; } declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {}; type __VLS_Slots = {} & { address?: (props: typeof __VLS_6) => any; } & { left?: (props: typeof __VLS_8) => any; } & { investigations?: (props: typeof __VLS_10) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, { responsive: boolean; version: string | null; showAboutUs: boolean; adaptive: boolean; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };