import React from 'react'; export default function Display({ className, ...props }: React.SVGProps): JSX.Element;