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