import React from 'react';

type HeaderText = React.ComponentType & {
    displayName: 'Card.HeaderText';
};

export default HeaderText;
