import Article from './article'; export type { ArticleProps } from './article'; export default Article;