import * as React from "react"; import type { IconWrapperProps } from "./IconWrapper"; export interface RegenerateIconProps extends IconWrapperProps { title?: string; decorative: boolean; filled: boolean; } declare const RegenerateIcon: React.ForwardRefExoticComponent>; export { RegenerateIcon };