import type { ContainerWidthProps, GlobalProps, SpacingProps } from '../../shared/model.js'; export type DBSectionDefaultProps = {}; export type DBSectionProps = DBSectionDefaultProps & GlobalProps & SpacingProps & ContainerWidthProps;