import React, { CSSProperties } from "react";
declare const AudioPlayIcon: React.FC<{
    style?: CSSProperties;
}>;
export default AudioPlayIcon;
