/// type Props = { zIndex: number; }; declare function OverlayBorders({ zIndex }: Props): JSX.Element; export default OverlayBorders;