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