import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { ElementType } from 'react'; import { CardSectionProps } from './CardSection.types.cjs'; import '../../utilities/Clay/Clay.types.cjs'; import '@emotion/react'; import '../../types.cjs'; declare const CardSection: ({ sx, className, children, as, }: CardSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { CardSection, CardSectionProps };