import type { PropsWithChildren } from 'react'; import type { CardSectionProps as BaseCardSectionProps } from '@shopify/admin-ui-extensions'; export type CardSectionProps = PropsWithChildren; export { CardSection } from './CardSection'; //# sourceMappingURL=index.d.ts.map