import { SelectExProps } from "@etsoo/materialui";
import { ListType1 } from "@etsoo/shared";
/**
 * Document kind list component
 * @param props Props
 * @returns Component
 */
export declare function DocumentKindList(props: Omit<SelectExProps<ListType1>, "options">): import("react/jsx-runtime").JSX.Element;
