export interface PageHeaderProps { /** * The title of the page. */ title?: string; /** * The description of the page. */ description?: string; } declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}; type __VLS_Slots = {} & { media?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_3) => any; } & { description?: (props: typeof __VLS_5) => any; } & { 'secondary-action'?: (props: typeof __VLS_7) => any; } & { 'primary-action'?: (props: typeof __VLS_9) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { title: string; description: string; }, {}, {}, {}, string, import("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; }; };