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