import { forwardRef, SVGProps } from 'react'; export interface NotionProps extends Omit, 'css'> {} export const Notion = forwardRef((props, ref) => ( )); Notion.displayName = 'Notion';