import type { IconProps, IconComponent } from "../../types";
interface ResendProps extends IconProps {
    type?: "wordmark" | "icon";
}
export declare const Resend: IconComponent<ResendProps>;
export default Resend;
