import { ComponentProps, ElementType } from 'react'; type Props = { tag?: T; active?: boolean; }; export declare const NavbarBurger: ({ active, tag, className, ...props }: Omit, keyof Props> & Props) => import("react/jsx-runtime").JSX.Element; export {};