import React from "react"; declare const SidebarFooter: ({ children, ...props }: React.HTMLAttributes) => React.JSX.Element; export { SidebarFooter };