import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import * as react from 'react'; import { CardBodyProps } from './CardBody/CardBody.types.cjs'; import { CardSectionProps } from './CardSection/CardSection.types.cjs'; import { CardProps } from './Card.types.cjs'; import { CardHeaderProps } from './CardHeader/CardHeader.types.cjs'; export { CardBody } from './CardBody/index.cjs'; export { CardHeader } from './CardHeader/index.cjs'; export { CardSection } from './CardSection/index.cjs'; import '../utilities/Clay/Clay.types.cjs'; import '@emotion/react'; import '../types.cjs'; declare const Card: { ({ children, size, as: Element, className, sx, inline, native, }: CardProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element; Header: ({ align, className, separator, header, size, text, sx, action, description, as: Element, native, }: CardHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; SubHeader(props: Omit): _emotion_react_types_jsx_namespace.EmotionJSX.Element; Section: ({ sx, className, children, as, }: CardSectionProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; Body: ({ sx, children, ...restProps }: CardBodyProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; }; export { Card };