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