import type { IconProps } from "./types"; export declare const UndoIcon: (props: IconProps) => JSX.Element;