default: {
    Android: string;
    iOS: string;
    isCurrent: ((platform: string) => boolean);
} = ...