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