import React from 'react';
interface DimensionsIconProps extends React.SVGProps<SVGSVGElement> {
    color?: string;
}
export declare const DimensionsIcon: React.ForwardRefExoticComponent<Omit<DimensionsIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export {};
