import { IconProps } from "../../types/misc";
export declare const RepeatOneIcon: ({ color, width, height, }: IconProps & {
    fullScreen?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
