/**
* Scalar card section component
*
* A generic section of a ScalarCard component, provides the base for ScalarCardHeader and ScalarCardFooter
*
* @example
*
* ...
* Content
* ...
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
default?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarCardSection.vue.d.ts.map