export default Item; declare function Item({ icon, children, hasBorder }: { icon: any; children: any; hasBorder: any; }): JSX.Element;