import React from 'react';
import type { AsideNavLinkProps } from './types';
export declare const AsideNavLink: React.FC<AsideNavLinkProps>;
