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