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