import type { SidebarSubLinkProps } from "./Sidebar.types"; /** * SidebarSubLink - Link dentro del tooltip/sub-content * * @description * Componente que representa un link individual dentro del tooltip * que aparece cuando se hace hover sobre un SidebarItem con sub-contenido. * * @example * ```tsx * }> * Profile * * ``` */ export declare function SidebarSubLink({ href, children, icon, LinkComponent, linkProps, className, onClick, animationOrder, animationState, style, }: SidebarSubLinkProps): import("react/jsx-runtime").JSX.Element; export declare namespace SidebarSubLink { var displayName: string; } //# sourceMappingURL=SidebarSubLink.d.ts.map