export interface AppHeaderProps { /** * CSS position of the header. Can be 'absolute', 'relative', 'static' or 'fixed' (default). */ position?: string; /** * Disable Headroom for hiding header until needed. */ noHeadroom?: boolean; /** * Target link of the ICIJ logo and project name. */ homeUrl?: string; /** * Target link of the donate button. */ donateUrl?: string; /** * Compact layout for the sign-up form in the follow-us popover. */ compactSignUp?: boolean; } declare var __VLS_7: {}, __VLS_30: {}; type __VLS_Slots = {} & { brand?: (props: typeof __VLS_7) => any; } & { 'donate-link'?: (props: typeof __VLS_30) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, { position: string; homeUrl: string; noHeadroom: boolean; donateUrl: string; compactSignUp: 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; }; };