import Display from './display'; import { DisplayProps } from './display'; export type Props = DisplayProps; export default Display;