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