import React from 'react';
import { WarningPageScreenSizeProps } from './types';
/**
 * Renders the WarningPageScreenSize component.
 *
 * @param {WarningPageScreenSizeProps} props - The props for the component.
 * @return {React.ReactNode} The rendered component.
 */
declare const WarningPageScreenSize: React.FC<WarningPageScreenSizeProps>;
export default WarningPageScreenSize;
