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