declare type Props = {
    color: string;
};
declare const GooglePlayIcon: ({ color }: Props) => JSX.Element;
export default GooglePlayIcon;
//# sourceMappingURL=GooglePlayIcon.d.ts.map