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