import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ListIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ListIcon, ListIcon as default };
//# sourceMappingURL=List.d.ts.map