/// <reference types="react" />
declare const PlayCircle: (props: any, ref: any) => JSX.Element;
export default PlayCircle;
