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