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