import { ComponentProps } from 'react'; import { Flex } from '../flex'; export interface NavbarStartProps extends ComponentProps { } export declare const NavbarStart: { ({ className, children, "aria-label": ariaLabel, align, gap, ...props }: NavbarStartProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export interface NavbarCenterProps extends ComponentProps { } export declare const NavbarCenter: { ({ className, children, "aria-label": ariaLabel, align, gap, ...props }: NavbarCenterProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export interface NavbarEndProps extends ComponentProps { } export declare const NavbarEnd: { ({ className, children, "aria-label": ariaLabel, align, gap, ...props }: NavbarEndProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=navbar-sections.d.ts.map