export type { CardProps as Props } from './card.type';
export type { CardHeaderProps as HeaderProps } from './header.type';
export type { CardBodyProps as BodyProps } from './body.type';
export type { CardFooterProps as FooterProps } from './footer.type';