/// <reference types="react" />
declare const LeftDoubleClickIcon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export default LeftDoubleClickIcon;
