import * as React from 'react';
export interface Props extends React.SVGProps<SVGSVGElement> {
}
export declare const PlayIcon: React.FC<Props>;
