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