export default function Footer({ onEditClick, noteModalHandler, showActions, noteHoldHandler, reservable, BPO, }: { onEditClick: any; noteModalHandler: any; showActions: any; noteHoldHandler: any; reservable: any; BPO?: boolean | undefined; }): JSX.Element;