import type { SVGAttributes } from "react"; interface IconProps extends SVGAttributes { size?: number; } /** Ellipsis / "more" glyph (D70) — the trigger `row-actions` has always * specified and the icon set never had. Filled dots rather than stroked * circles: at 20px a stroked 1px-radius circle renders as a smudge. */ export declare function IconMoreHorizontal({ size, ...props }: IconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=IconMoreHorizontal.d.ts.map