export interface Props { separators?: boolean; headerSeparator?: boolean; footerSeparator?: boolean; padding?: boolean; headerAlign?: 'start' | 'center' | 'end' | 'baseline'; centered?: boolean; borderStyle?: 'solid' | 'dashed' | 'dotted' | (string & {}); inline?: boolean; } declare var __VLS_1: {}, __VLS_3: {}, __VLS_10: {}, __VLS_17: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { 'header-end'?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_10) => any; } & { footer?: (props: typeof __VLS_17) => any; }; declare const __VLS_base: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, 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; }; };