import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function PlayIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { PlayIcon, PlayIcon as default };
//# sourceMappingURL=Play.d.ts.map