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