import { FC } from 'react'; declare const CloseSidebarButton: FC<{ onClose: () => void; }>; export default CloseSidebarButton;