/// <reference types="react" />
export interface IconLogoGooglePlaystoreProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoGooglePlaystore: React.FC<IconLogoGooglePlaystoreProps>;
