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