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