import { PropsRender } from "../../types.js"; declare function display(props?: PropsRender): void; export default display;