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