import type { SVGProps } from "react"; export interface PlayCircleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PlayCircleIcon({ className, size, color, ...props }: PlayCircleIconProps): import("react").JSX.Element; //# sourceMappingURL=play-circle-icon.d.ts.map