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