import type { Size } from '../../types'; declare const servers: (width?: Size, height?: Size) => JSX.Element; export default servers;