import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const PlayIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { PlayIcon, PlayIcon as default };
//# sourceMappingURL=Play.d.ts.map