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