import { Props } from "../components/DropdownItem";
import { ReactElement } from "react";
export declare const itemProp: {
index: number;
item: {
title: string;
value: string;
};
};
export declare const DropdownItemTest: (props: Partial<Props>) => ReactElement;