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