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