import { NextPage } from "next";
import React from "react";
interface Props {
    as?: React.ElementType;
    href?: string;
    onClick?: () => void;
}
export declare const DropdownItem: NextPage<Props>;
export {};
