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