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