import React from 'react'; type LeftNavFooterItemProps = { footerLabel: string; FooterLabelComponent?: React.ComponentType; onFooterExpand: React.MouseEventHandler & React.KeyboardEventHandler; onFooterClose: React.MouseEventHandler & React.KeyboardEventHandler; }; export declare const LeftNavFooterItem: React.ComponentType; export default LeftNavFooterItem;