import Content from './Content';
export type { ContentProps } from './Content';
export { Content };
export default Content;
