import { ComponentProps, FC } from 'react'; type TBastCardContentProps = ComponentProps<'div'>; declare const BastCardContent: FC; export { BastCardContent };