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