import React from 'react'; import { CardHeaderProps } from './interface'; declare const CardHeader: React.FC; export default CardHeader;