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