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