export type SmallNavigationCardProps = {
    name: string;
    url: string;
    icon: React.ReactElement;
};
export declare function SmallNavigationCard({ name, url, icon, }: SmallNavigationCardProps): import("react/jsx-runtime").JSX.Element;
