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