/// import { IconProps } from '../../types'; declare const Display: (allProps: IconProps) => JSX.Element; export default Display;