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