import React from "react";
import { type ExpandIconProps } from "../types/treeView.types";
export declare const CustomExpandCollapseIcon: React.MemoExoticComponent<typeof _CustomExpandCollapseIcon>;
declare function _CustomExpandCollapseIcon(props: ExpandIconProps): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=CustomExpandCollapseIcon.d.ts.map