import type { QPageProps } from "quasar"; export type LPageProps = QPageProps & { title?: string; backBtn?: boolean; editBtn?: boolean; deleteBtn?: boolean; addBtn?: boolean; gutter?: "none" | "xs" | "sm" | "md" | "lg" | "xl"; padding?: boolean; breadcrumbs?: boolean; }; declare var __VLS_63: {}, __VLS_65: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_63) => any; } & { default?: (props: typeof __VLS_65) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { padding: boolean; title: string; gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl"; backBtn: boolean; }, {}, {}, {}, 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; }; };