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