import type { SVGProps } from "react"; export interface BackwardIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BackwardIcon({ className, size, color, ...props }: BackwardIconProps): import("react").JSX.Element; //# sourceMappingURL=backward-icon.d.ts.map