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