import { Breakpoint } from '../styles/createBreakpoints'; import { WithWidthProps } from '../utils/withWidth'; export interface WithResponsiveFullScreenOptions { breakpoint: Breakpoint; } export default function withResponsiveFullScreen

( options: WithResponsiveFullScreenOptions ): React.ComponentClass

;