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