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