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