import * as React from 'react'; import { CommonProps } from '../../utilities/commonProps'; import { MarginClassProps } from '../../utilities/marginClasses'; declare type Props = MarginClassProps & CommonProps; declare const GooglePlayBadge: React.FC; export default GooglePlayBadge;