import React from "react";
import { IExpander } from "./ExpanderInterface";
export declare const ExpandAll: React.ForwardRefExoticComponent<IExpander & Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
//# sourceMappingURL=ExpandAll.d.ts.map