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