type PanelCornerMode = 'none' | 'tl-br' | 'all'; type PanelPadding = 'md' | 'compact' | 'tight'; type PanelBodyLayout = 'default' | 'metric'; type PanelTitleSize = 'md' | 'sm'; type __VLS_Props = { title?: string; accent?: string; liveLabel?: string; showBar?: boolean; corners?: PanelCornerMode; padding?: PanelPadding; bodyLayout?: PanelBodyLayout; titleSize?: PanelTitleSize; overflowHidden?: boolean; }; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}; type __VLS_Slots = {} & { 'header-prefix'?: (props: typeof __VLS_1) => any; } & { 'header-center'?: (props: typeof __VLS_3) => any; } & { 'header-extra'?: (props: typeof __VLS_5) => any; } & { default?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string; accent: string; liveLabel: string; showBar: boolean; corners: PanelCornerMode; padding: PanelPadding; bodyLayout: PanelBodyLayout; titleSize: PanelTitleSize; overflowHidden: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=BigScreenPanel.vue.d.ts.map