import React from 'react';
import type { IconProps } from "./";
declare const Play: React.FC<IconProps>;
export default Play;
