import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Dimensions: React.MemoExoticComponent>; declare type DimensionsRef = PathIconRef; declare type DimensionsProps = PathIconProps; export { Dimensions }; export type { DimensionsRef, DimensionsProps }; export default Dimensions;