import type { ReactNode } from 'react'; export type SidebarFooterProps = { children?: ReactNode; elevated?: boolean; }; export declare const SidebarFooter: ({ elevated, ...props }: SidebarFooterProps) => import("react/jsx-runtime").JSX.Element; export type SidebarFooterHighlightProps = { children?: ReactNode; }; export declare const SidebarFooterHighlight: ({ ...props }: SidebarFooterHighlightProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SidebarFooter.d.ts.map