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