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