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