import type { PropType } from 'vue'; import type { SandboxNavigationItem } from '../types'; declare var __VLS_61: {}, __VLS_73: {}, __VLS_75: {}; type __VLS_Slots = {} & { controls?: (props: typeof __VLS_61) => any; } & { default?: (props: typeof __VLS_73) => any; } & { controls?: (props: typeof __VLS_75) => any; }; declare const __VLS_base: import("vue").DefineComponent; required: false; default: () => never[]; }; controlsMinWidth: { type: NumberConstructor; default: number; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: false; default: () => never[]; }; controlsMinWidth: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { title: string; links: SandboxNavigationItem[]; controlsMinWidth: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=SandboxLayout.vue.d.ts.map