import { ElementType } from 'react'; import { ClayProps } from '../../utilities/Clay/Clay.types.cjs'; import '@emotion/react'; import '../../types.cjs'; type CardSectionProps = Pick, "sx" | "className" | "children" | "as">; export { CardSectionProps };