import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { CardHeaderProps } from './CardHeader.types.js'; import 'react'; import '../../types.js'; import '@emotion/react'; declare const CardHeader: ({ align, className, separator, header, size, text, sx, action, description, as: Element, native, }: CardHeaderProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { CardHeader, CardHeaderProps };