import { IconProps } from "../../types/misc";
export declare const FsePlayingIcon: ({ color, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
